From f9a404ade39ad3bc0ea7deab910bcbf4f0038b6c Mon Sep 17 00:00:00 2001 From: Jethary Date: Thu, 9 Nov 2023 12:48:26 -0500 Subject: [PATCH] fix prettier --- step-generation/src/errorCreators.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/step-generation/src/errorCreators.ts b/step-generation/src/errorCreators.ts index 5856c227a184..f3364dc8b8e4 100644 --- a/step-generation/src/errorCreators.ts +++ b/step-generation/src/errorCreators.ts @@ -217,4 +217,4 @@ export const gripperRequired = (): CommandCreatorError => { type: 'GRIPPER_REQUIRED', message: 'The gripper is required to fulfill this action', } -} \ No newline at end of file +}