Skip to content

Commit 3a624bf

Browse files
committed
fix: formatting
1 parent a6d4991 commit 3a624bf

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/firestore/lib/modular/snapshot.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ export function snapshotEqual(left, right) {
1919
return left.isEqual.call(left, right, MODULAR_DEPRECATION_ARG);
2020
}
2121

22-
2322
export function onSnapshotsInSync(firestore, ...args) {
2423
return firestore.onSnapshotsInSync.call(firestore, ...args, MODULAR_DEPRECATION_ARG);
25-
}
24+
}

0 commit comments

Comments
 (0)