Skip to content

Commit 2353677

Browse files
[AUTOMATED]: Prettier Code Styling
1 parent 110f88a commit 2353677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ export class TestMutationQueue {
127127
): Promise<MutationBatch[]> {
128128
return this.persistence.runTransaction(
129129
'getAllMutationBatchesThroughBatchId',
130-
true,
130+
true,
131131
txn => {
132132
return this.queue.getAllMutationBatchesThroughBatchId(txn, batchId);
133133
}

0 commit comments

Comments
 (0)