Skip to content

Commit 6fc8eba

Browse files
[AUTOMATED]: Prettier Code Styling
1 parent 9db213e commit 6fc8eba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/src/core/sync_engine.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -937,7 +937,7 @@ export class SyncEngine implements RemoteSyncer, SharedClientStateSyncer {
937937
);
938938
queryData = await this.localStore.allocateQuery(queryView.query);
939939
const viewChange = await this.synchronizeViewAndComputeSnapshot(
940-
queryView
940+
queryView
941941
);
942942
if (viewChange.snapshot) {
943943
newViewSnapshots.push(viewChange.snapshot);

0 commit comments

Comments
 (0)