Skip to content

Commit 01582b7

Browse files
committed
fix: formatting
1 parent 3a624bf commit 01582b7

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

packages/firestore/lib/modular/snapshot.d.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,4 @@ export declare function queryEqual<AppModelType, DbModelType extends DocumentDat
236236
* @param firestore
237237
* @param onSync
238238
*/
239-
export declare function onSnapshotsInSync(
240-
firestore: Firestore, onSync: () => void
241-
): Unsubscribe;
239+
export declare function onSnapshotsInSync(firestore: Firestore, onSync: () => void): Unsubscribe;

0 commit comments

Comments
 (0)