Skip to content

Commit 1265a79

Browse files
committed
format
1 parent 1733c64 commit 1265a79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/storage/src/implementation/backoff.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ export function start(
6666
}, millis);
6767
}
6868

69-
function clearGlobalTimeout() {
70-
if(globalTimeoutId){
69+
function clearGlobalTimeout(): void {
70+
if (globalTimeoutId) {
7171
clearTimeout(globalTimeoutId);
7272
}
7373
}

0 commit comments

Comments
 (0)