From a7a44488780c6428e989909f1ceb3476e8fa51ca Mon Sep 17 00:00:00 2001 From: Benjamin Lu Date: Tue, 5 Aug 2025 18:29:42 -0400 Subject: [PATCH] prettier on executionUtil.ts --- src/utils/executionUtil.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/utils/executionUtil.ts b/src/utils/executionUtil.ts index e116efb89..9ef076a4a 100644 --- a/src/utils/executionUtil.ts +++ b/src/utils/executionUtil.ts @@ -3,8 +3,10 @@ import type { ExecutionId, LGraph } from '@/lib/litegraph/src/litegraph' -import { ExecutableNodeDTO, LGraphEventMode } from '@/lib/litegraph/src/litegraph' - +import { + ExecutableNodeDTO, + LGraphEventMode +} from '@/lib/litegraph/src/litegraph' import type { ComfyApiWorkflow, ComfyWorkflowJSON