8000 fix: sort imports · coder/coder@0824dd4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0824dd4

Browse files
committed
fix: sort imports
1 parent c422379 commit 0824dd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/utils/OneWayWebSocket.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99

1010
import {
1111
type OneWayMessageEvent,
12-
type WebSocketEventType,
1312
OneWayWebSocket,
13+
type WebSocketEventType,
1414
} from "./OneWayWebSocket";
1515

1616
type MockSocket = WebSocket & {

0 commit comments

Comments
 (0)
0