Sfoglia il codice sorgente

Fix Firestore style issue. (#1220)

Ryan Wilson 8 anni fa
parent
commit
feaf9cb3cb
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      Firestore/Source/Core/FSTFirestoreClient.mm

+ 0 - 1
Firestore/Source/Core/FSTFirestoreClient.mm

@@ -311,7 +311,6 @@ NS_ASSUME_NONNULL_BEGIN
                         completion:(void (^)(FIRQuerySnapshot *_Nullable query,
                                              NSError *_Nullable error))completion {
   [self.workerDispatchQueue dispatchAsync:^{
-
     FSTDocumentDictionary *docs = [self.localStore executeQuery:query.query];
     FSTDocumentKeySet *remoteKeys = [FSTDocumentKeySet keySet];