Skip to content

Commit 5aa7cac

Browse files
committed
Fix breakage caused by style.sh :(
1 parent bc87881 commit 5aa7cac

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Firestore/Source/Public/FIRQuery.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,11 @@ NS_SWIFT_NAME(Query)
9191
- (void)getDocumentsWithCompletion:(FIRQuerySnapshotBlock)completion
9292
NS_SWIFT_NAME(getDocuments(completion:));
9393

94+
// clang-format off
9495
- (void)getDocumentsWithOptions:(FIRGetOptions *)getOptions
9596
completion:(FIRQuerySnapshotBlock)completion
96-
NS_SWIFT_NAME(getDocuments(options:completion
97-
:));
97+
NS_SWIFT_NAME(getDocuments(options:completion:));
98+
// clang-format off
9899

99100
/**
100101
* Attaches a listener for QuerySnapshot events.

0 commit comments

Comments
 (0)