Skip to content

Commit 35e1265

Browse files
committed
formatting
1 parent e784d65 commit 35e1265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/utils/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { Readable, Writable } from 'node:stream';
22
import { stripVTControlCharacters } from 'node:util';
33
import { isCI } from 'std-env';
4-
import { exec, type Options } from 'tinyexec';
4+
import { type Options, exec } from 'tinyexec';
55

66
// Based on https://github.com/vitest-dev/vitest/blob/main/test/test-utils/index.ts
77

0 commit comments

Comments
 (0)