Skip to content

Commit 74c041c

Browse files
committed
Prettier.
1 parent b8c19a5 commit 74c041c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/src/api/credentials.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ export class AppCheckToken implements Token {
454454

455455
constructor(value: string) {
456456
this.authHeaders = {};
457-
if(value && value.length > 0) {
457+
if (value && value.length > 0) {
458458
// Set the headers using Object Literal notation to avoid minification
459459
this.authHeaders['x-firebase-appcheck'] = value;
460460
}

0 commit comments

Comments
 (0)