Skip to content

Commit 2a81f4d

Browse files
committed
fix: lint
1 parent b7a2799 commit 2a81f4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/cli/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ import { configureConsoleForHeadless, safeStderr } from "./init.js";
2020
import { sentryService } from "./sentry.js";
2121
import { addCommonOptions, mergeParentOptions } from "./shared-options.js";
2222
import { posthogService } from "./telemetry/posthogService.js";
23-
import { gracefulExit } from "./util/exit.js";
2423
import { post } from "./util/apiClient.js";
24+
import { gracefulExit } from "./util/exit.js";
2525
import { logger } from "./util/logger.js";
2626
import { readStdinSync } from "./util/stdin.js";
2727
import { getVersion } from "./version.js";

0 commit comments

Comments
 (0)