Skip to content

Commit c808cde

Browse files
committed
format code
1 parent 3dab2f3 commit c808cde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/firestore/src/api/credentials.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -407,9 +407,9 @@ export class FirstPartyToken implements Token {
407407
private readonly authTokenFactory: AuthTokenFactory | null
408408
) {}
409409

410-
/**
410+
/**
411411
* Gets an authorization token, using a provided factory function, or return
412-
* null.
412+
* null.
413413
*/
414414
private getAuthToken(): string | null {
415415
if (this.authTokenFactory) {

0 commit comments

Comments
 (0)