From efbb3b07f36951443cca16a5172e64661b3c3e97 Mon Sep 17 00:00:00 2001 From: Alexander Brown <448862+DrJKL@users.noreply.github.com> Date: Sat, 31 Jan 2026 00:01:17 -0800 Subject: [PATCH] style: remove semicolons from litegraphUtils.ts Amp-Thread-ID: https://ampcode.com/threads/T-019c1300-e933-769c-b05f-ea00c2d32dd1 Co-authored-by: Amp --- browser_tests/fixtures/utils/litegraphUtils.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/browser_tests/fixtures/utils/litegraphUtils.ts b/browser_tests/fixtures/utils/litegraphUtils.ts index 9cff2f7889..b6e4afabd8 100644 --- a/browser_tests/fixtures/utils/litegraphUtils.ts +++ b/browser_tests/fixtures/utils/litegraphUtils.ts @@ -1,5 +1,5 @@ -import { expect } from '@playwright/test'; -import type { Page } from '@playwright/test'; +import { expect } from '@playwright/test' +import type { Page } from '@playwright/test' import type { NodeId } from '../../../src/platform/workflow/validation/schemas/workflowSchema' import { ManageGroupNode } from '../../helpers/manageGroupNode'