Skip to content

Commit 5557618

Browse files
committed
[AUTOMATED]: Prettier Code Styling
1 parent c5b3bc6 commit 5557618

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

packages/database/index.node.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ export function initStandalone(app: FirebaseApp, url: string, version: string) {
5959
setSDKVersion(version);
6060

6161
/**
62-
* Create a 'auth-internal' component using firebase-admin-node's implementation
62+
* Create a 'auth-internal' component using firebase-admin-node's implementation
6363
* that implements FirebaseAuthInternal.
64-
* ComponentContainer('database-admin') is just a placeholder that doesn't perform
64+
* ComponentContainer('database-admin') is just a placeholder that doesn't perform
6565
* any actual function.
6666
*/
6767
const authProvider = new Provider<FirebaseAuthInternal>(

packages/database/test/browser/crawler_support.test.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@
1818
import { expect } from 'chai';
1919
import { forceRestClient } from '../../src/api/test_access';
2020

21-
import {
22-
getRandomNode,
23-
getFreshRepoFromReference
24-
} from '../helpers/util';
21+
import { getRandomNode, getFreshRepoFromReference } from '../helpers/util';
2522

2623
// Some sanity checks for the ReadonlyRestClient crawler support.
2724
describe('Crawler Support', function() {

0 commit comments

Comments
 (0)