Skip to content

Commit 4992aa0

Browse files
[AUTOMATED]: Prettier Code Styling
1 parent 8c5cfde commit 4992aa0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/firestore/src/local/indexeddb_schema.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -495,9 +495,9 @@ export class DbTargetChange {
495495
* The keys of the changed documents in this snapshot.
496496
*/
497497
public changes: {
498-
added?: EncodedResourcePath[],
499-
modified?: EncodedResourcePath[],
500-
removed?: EncodedResourcePath[]
498+
added?: EncodedResourcePath[];
499+
modified?: EncodedResourcePath[];
500+
removed?: EncodedResourcePath[];
501501
}
502502
) {}
503503
}

0 commit comments

Comments
 (0)