Skip to content

Commit 05919f2

Browse files
committed
Format deps.ts imports on single line
1 parent 241d563 commit 05919f2

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

deps.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
export { assert } from '@std/assert/assert'
22
export { assertEquals } from '@std/assert/equals'
33
export { parseArgs as parse } from '@std/cli/parse-args'
4-
export {
5-
blue,
6-
bold,
7-
green,
8-
red,
9-
} from '@std/fmt/colors'
4+
export { blue, bold, green, red } from '@std/fmt/colors'
105
export { extname } from '@std/path/extname'
116
export * as posix from '@std/path/posix'
127

0 commit comments

Comments
 (0)