Skip to content

Commit 90e366d

Browse files
committed
style: oxfmt collapse split import
1 parent 2afe802 commit 90e366d

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/socket-sdk-class.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,7 @@ import { getDefaultLogger } from '@socketsecurity/lib/logger'
1919
import { getOwn } from '@socketsecurity/lib/objects/inspect'
2020
import { isObject } from '@socketsecurity/lib/objects/predicates'
2121
import { ArrayIsArray } from '@socketsecurity/lib/primordials/array'
22-
import {
23-
ErrorCtor,
24-
TypeErrorCtor,
25-
} from '@socketsecurity/lib/primordials/error'
22+
import { ErrorCtor, TypeErrorCtor } from '@socketsecurity/lib/primordials/error'
2623
import { StringPrototypeTrim } from '@socketsecurity/lib/primordials/string'
2724
import { pRetry } from '@socketsecurity/lib/promises/retry'
2825
import { setMaxEventTargetListeners } from '@socketsecurity/lib/warnings/event-target'

0 commit comments

Comments
 (0)