Skip to content

Commit 082c696

Browse files
committed
Formatting
1 parent ac98914 commit 082c696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ function emitEmulatorWarning(disableBanner: boolean): void {
574574
const el = document.createElement('p');
575575
const sty = el.style;
576576
el.innerText =
577-
'Running in emulator mode. Do not use with' + ' production credentials.';
577+
'Running in emulator mode. Do not use with production credentials.';
578578
sty.position = 'fixed';
579579
sty.width = '100%';
580580
sty.backgroundColor = '#ffffff';

0 commit comments

Comments
 (0)