Skip to content

Commit c9e8bb6

Browse files
committed
Run formatter
1 parent 0a74735 commit c9e8bb6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/auth/src/platform_browser/persistence/local_storage.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,7 @@
1717

1818
import { Persistence } from '../../model/public_types';
1919

20-
import {
21-
_isMobileBrowser,
22-
_isIE10
23-
} from '../../core/util/browser';
20+
import { _isMobileBrowser, _isIE10 } from '../../core/util/browser';
2421
import {
2522
PersistenceInternal as InternalPersistence,
2623
PersistenceType,

0 commit comments

Comments
 (0)