Skip to content

Commit 8a7c658

Browse files
committed
Formatting
1 parent 5e78404 commit 8a7c658

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages-exp/auth-exp/src/core/auth/register.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,11 @@ import { AuthErrorCode } from '../errors';
2424
import { assert } from '../util/assert';
2525
import { _getClientVersion, ClientPlatform } from '../util/version';
2626
import {
27-
_castAuth, AuthImpl, DEFAULT_API_HOST, DEFAULT_API_SCHEME, DEFAULT_TOKEN_API_HOST
27+
_castAuth,
28+
AuthImpl,
29+
DEFAULT_API_HOST,
30+
DEFAULT_API_SCHEME,
31+
DEFAULT_TOKEN_API_HOST
2832
} from './auth_impl';
2933
import { AuthInternal } from './firebase_internal';
3034

0 commit comments

Comments
 (0)