Skip to content

Commit e3353fa

Browse files
committed
chore: fix formatting issue
1 parent 99ac64f commit e3353fa

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/firestore/ios/RNFBFirestore/RNFBFirestoreModule.m

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,8 @@ + (BOOL)requiresMainQueueSetup {
254254
return;
255255
}
256256

257-
FIRFirestore *firestore = [RNFBFirestoreCommon getFirestoreForApp:firebaseApp databaseId:databaseId];
257+
FIRFirestore *firestore = [RNFBFirestoreCommon getFirestoreForApp:firebaseApp
258+
databaseId:databaseId];
258259

259260
id<FIRListenerRegistration> listener = [firestore addSnapshotsInSyncListener:^{
260261
[[RNFBRCTEventEmitter shared]

0 commit comments

Comments
 (0)