Skip to content

Commit c5b3bc6

Browse files
committed
shorten comment line length
1 parent 13f473d commit c5b3bc6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

packages/database/index.node.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,10 @@ 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 that implements FirebaseAuthInternal.
63-
* ComponentContainer('database-admin') is just a placeholder that doesn't perform any actual function.
62+
* Create a 'auth-internal' component using firebase-admin-node's implementation
63+
* that implements FirebaseAuthInternal.
64+
* ComponentContainer('database-admin') is just a placeholder that doesn't perform
65+
* any actual function.
6466
*/
6567
const authProvider = new Provider<FirebaseAuthInternal>(
6668
'auth-internal',

0 commit comments

Comments
 (0)