Skip to content

Commit 3beef8e

Browse files
committed
Formatting
1 parent 55c48aa commit 3beef8e

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

packages/firebase/externs/firebase-auth-externs.js

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1218,7 +1218,6 @@ firebase.auth.Auth.prototype.app;
12181218
*/
12191219
firebase.auth.Auth.prototype.currentUser;
12201220

1221-
12221221
/**
12231222
* The full emulator configuration as set on `auth().emulatorConfig`.
12241223
* <ul>
@@ -1239,16 +1238,14 @@ firebase.auth.Auth.prototype.currentUser;
12391238
* }}
12401239
*/
12411240
firebase.auth.EmulatorConfig;
1242-
1243-
1241+
12441242
/**
12451243
* The current emulator configuration, or null if not set.
12461244
*
12471245
* @type {firebase.auth.EmulatorConfig|null}
12481246
*/
12491247
firebase.auth.Auth.prototype.emulatorConfig;
1250-
1251-
1248+
12521249
/**
12531250
* Configures the SDK to communicate with the Firebase Auth emulator.
12541251
*
@@ -1261,7 +1258,6 @@ firebase.auth.Auth.prototype.emulatorConfig;
12611258
* @param {!Object=} options Options for configuring the SDK's emulator config.
12621259
*/
12631260
firebase.auth.Auth.prototype.useEmulator = function (url, options) {};
1264-
12651261

12661262
/**
12671263
* The current Auth instance's tenant ID. This is a readable/writable

0 commit comments

Comments
 (0)