Skip to content

Commit 76d0ae8

Browse files
committed
Prevent clang-format from breaking file
1 parent c2395cc commit 76d0ae8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Firestore/Source/Public/FIRQuery.h

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

94+
// clang-format off
9495
- (void)getDocumentsWithOptions:(FIRGetOptions *)options completion:(FIRQuerySnapshotBlock)completion
9596
NS_SWIFT_NAME(getDocuments(options:completion:));
97+
// clang-format on
9698

9799
/**
98100
* Attaches a listener for QuerySnapshot events.

0 commit comments

Comments
 (0)