Skip to content

Commit 62e1d4a

Browse files
committed
[AUTOMATED]: Prettier Code Styling
1 parent 5961360 commit 62e1d4a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

packages-exp/auth-exp/src/core/auth/auth_impl.test.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,11 @@ import { browserLocalPersistence } from '../persistence/browser';
2929
import { inMemoryPersistence } from '../persistence/in_memory';
3030
import { PersistenceUserManager } from '../persistence/persistence_user_manager';
3131
import { ClientPlatform, getClientVersion } from '../util/version';
32-
import { DEFAULT_API_HOST, DEFAULT_API_SCHEME, initializeAuth } from './auth_impl';
32+
import {
33+
DEFAULT_API_HOST,
34+
DEFAULT_API_SCHEME,
35+
initializeAuth
36+
} from './auth_impl';
3337

3438
use(sinonChai);
3539

@@ -39,7 +43,7 @@ const FAKE_APP: FirebaseApp = {
3943
apiKey: 'api-key',
4044
authDomain: 'auth-domain'
4145
},
42-
automaticDataCollectionEnabled: false,
46+
automaticDataCollectionEnabled: false
4347
};
4448

4549
describe('AuthImpl', () => {

0 commit comments

Comments
 (0)