Skip to content

Commit cfe8b4b

Browse files
committed
remote trailing space
remove trailing space
1 parent edcae33 commit cfe8b4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firestore/Example/Tests/Integration/API/FIRQueryTests.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ - (void)testQueryWithPredicate {
124124
descending:YES];
125125

126126
FIRQuerySnapshot *snapshot = [self readDocumentSetForRef:query];
127-
127+
128128
XCTAssertEqualObjects(FIRQuerySnapshotGetIDs(snapshot), (@[ @"b", @"a" ]));
129129
}
130130

0 commit comments

Comments
 (0)