Skip to content

Commit b8d9c56

Browse files
author
Brian Chen
committed
[AUTOMATED]: Prettier Code Styling
1 parent 65cedac commit b8d9c56

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/firestore/src/core/sync_engine.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,9 @@ export class SyncEngine implements RemoteSyncer, SharedClientStateSyncer {
577577
this.processUserCallback(batchId, /*error=*/ null);
578578

579579
try {
580-
const changes = await this.localStore.acknowledgeBatch(mutationBatchResult);
580+
const changes = await this.localStore.acknowledgeBatch(
581+
mutationBatchResult
582+
);
581583
this.sharedClientState.updateMutationState(batchId, 'acknowledged');
582584
await this.emitNewSnapsAndNotifyLocalStore(changes);
583585
} catch (error) {

0 commit comments

Comments
 (0)