Skip to content

Commit 4fcedf5

Browse files
committed
Updated formatting
1 parent 0cf69f5 commit 4fcedf5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/database/src/internal/index.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@ import {
3131
import { Database } from '../api.standalone';
3232
import { repoManagerDatabaseFromApp } from '../api/Database';
3333
import { setSDKVersion } from '../core/version';
34-
import { FirebaseAuthInternal, FirebaseAuthInternalName } from '@firebase/auth-interop-types';
34+
import {
35+
FirebaseAuthInternal,
36+
FirebaseAuthInternalName
37+
} from '@firebase/auth-interop-types';
3538

3639
/**
3740
* Used by console to create a database based on the app,

0 commit comments

Comments
 (0)