Skip to content

Commit 5564bd9

Browse files
committed
style(scripts): alphabetize imports in run-command.mjs
1 parent 109c23d commit 5564bd9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/utils/run-command.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
/** @fileoverview Utility for running shell commands with proper error handling. */
22

3-
import { spawn, spawnSync } from '@socketsecurity/lib/spawn'
4-
53
import { getDefaultLogger } from '@socketsecurity/lib/logger'
4+
import { spawn, spawnSync } from '@socketsecurity/lib/spawn'
65

76
const logger = getDefaultLogger()
87

0 commit comments

Comments
 (0)