Skip to content

Commit d698d64

Browse files
committed
Formatting
1 parent 9bf8d47 commit d698d64

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/auth/src/auth.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -321,11 +321,11 @@ fireauth.Auth.prototype.useEmulator = function(url, options) {
321321

322322

323323
/**
324-
* Emits a console info and a visual banner if emulator integration is
325-
* enabled.
326-
* @param {boolean} disableBanner Whether visual banner should be disabled.
327-
* @private
328-
*/
324+
* Emits a console info and a visual banner if emulator integration is
325+
* enabled.
326+
* @param {boolean} disableBanner Whether visual banner should be disabled.
327+
* @private
328+
*/
329329
fireauth.Auth.prototype.emitEmulatorWarning_ = function(disableBanner) {
330330
fireauth.util.consoleInfo('WARNING: You are using the Auth Emulator,' +
331331
' which is intended for local testing only. Do not use with' +

0 commit comments

Comments
 (0)