Skip to content

Commit 309cedf

Browse files
authored
Wrap line to keep under 100 chars.
1 parent 2639cee commit 309cedf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/auth/src/auth.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,8 @@ fireauth.Auth.prototype.useEmulator = function(url) {
301301
if (!this.emulatorConfig_) {
302302
if (!/^https?:\/\//.test(url)) {
303303
throw new fireauth.AuthError(
304-
fireauth.authenum.Error.ARGUMENT_ERROR, 'Emulator URL must start with a valid scheme (http:// or https://).');
304+
fireauth.authenum.Error.ARGUMENT_ERROR,
305+
'Emulator URL must start with a valid scheme (http:// or https://).');
305306
}
306307
// Emit a warning so dev knows we are now in test mode.
307308
this.emitEmulatorWarning_();

0 commit comments

Comments
 (0)