Skip to content

Commit 1804906

Browse files
ci: apply automated fixes
1 parent aa29b16 commit 1804906

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

packages/query-core/src/retryer.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@ import { focusManager } from './focusManager'
22
import { onlineManager } from './onlineManager'
33
import { pendingThenable } from './thenable'
44
import { isServer, sleep } from './utils'
5-
import type { CancelOptions, DefaultError, MaybePromise, NetworkMode } from './types'
5+
import type {
6+
CancelOptions,
7+
DefaultError,
8+
MaybePromise,
9+
NetworkMode,
10+
} from './types'
611

712
// TYPES
813

0 commit comments

Comments
 (0)