Skip to content

Commit 73cdf8a

Browse files
committed
formatting
1 parent 9cc1156 commit 73cdf8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/auth/src/core/auth/emulator.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export function connectAuthEmulator(
8383
// once Auth has started to make network requests.
8484
_assert(
8585
deepEqual(emulator, authInternal.config.emulator) &&
86-
deepEqual(emulatorConfig, authInternal.emulatorConfig),
86+
deepEqual(emulatorConfig, authInternal.emulatorConfig),
8787
authInternal,
8888
AuthErrorCode.EMULATOR_CONFIG_FAILED
8989
);
@@ -164,8 +164,8 @@ function emitEmulatorWarning(): void {
164164
if (typeof console !== 'undefined' && typeof console.info === 'function') {
165165
console.info(
166166
'WARNING: You are using the Auth Emulator,' +
167-
' which is intended for local testing only. Do not use with' +
168-
' production credentials.'
167+
' which is intended for local testing only. Do not use with' +
168+
' production credentials.'
169169
);
170170
}
171171
if (typeof window !== 'undefined' && typeof document !== 'undefined') {

0 commit comments

Comments
 (0)