Skip to content

Commit 3b1ddc9

Browse files
committed
formatting
1 parent 005c682 commit 3b1ddc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tasks/runner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import process from 'node:process';
22
import npmCli from '@npmcli/promise-spawn';
3-
import { color, type Listr } from 'listr2';
3+
import { type Listr, color } from 'listr2';
44
import SemVer from 'semver';
55
import { isCI } from 'std-env';
66
import { exec } from 'tinyexec';

0 commit comments

Comments
 (0)