Skip to content

Commit 84420b6

Browse files
[AUTOMATED]: Prettier Code Styling
1 parent 6826e49 commit 84420b6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/firestore/test/unit/local/persistence_test_helpers.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,7 @@ export async function testWebStorageSharedClientState(
130130
}
131131
}
132132

133-
sharedClientSyncer =
134-
sharedClientSyncer || new NoOpSharedClientStateSyncer();
133+
sharedClientSyncer = sharedClientSyncer || new NoOpSharedClientStateSyncer();
135134

136135
const sharedClientState = new WebStorageSharedClientState(
137136
TEST_PERSISTENCE_PREFIX,

0 commit comments

Comments
 (0)