Skip to content

Commit cda9467

Browse files
committed
[AUTOMATED]: Prettier Code Styling
1 parent f5a0696 commit cda9467

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages-exp/auth-exp/src/core/util/delay.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import * as navigator from './navigator';
2424
describe('Delay.get()', () => {
2525
const SHORT_DELAY = 30_000;
2626
const LONG_DELAY = 60_000;
27-
27+
2828
afterEach(restore);
2929

3030
it('should return the short delay in browser environments', () => {

packages-exp/auth-exp/src/core/util/delay.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ export class Delay {
5151
// variables instead of just reading the current environment.
5252
return this.isMobile ? this.longDelay : this.shortDelay;
5353
}
54-
}
54+
}

packages-exp/auth-exp/src/core/util/navigator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ export function isOnline(): boolean {
5353
}
5454
// If we can't determine the state, assume it is online.
5555
return true;
56-
}
56+
}

0 commit comments

Comments
 (0)