Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
milaGGL committed Dec 23, 2024
1 parent 190d706 commit 5303d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Firestore/Example/Tests/Integration/API/FIRQueryTests.mm
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@ - (void)testSnapshotListenerSortsNumbersSameWayAsServer {
@"doubleMin" : @{@"value" : @((double)LLONG_MIN - 100)},
@"intMax" : @{@"value" : @LLONG_MAX},
@"doubleMax" : @{@"value" : @((double)LLONG_MAX + 100)},
@"NaN" : @{@"value" :[NSNumber numberWithFloat:NAN]},
@"NaN" : @{@"value" : [NSNumber numberWithFloat:NAN]},
@"integerMax" : @{@"value" : @(INT_MAX)},
@"integerMin" : @{@"value" : @(INT_MAX)},
@"negativeInfinity" : @{@"value" : @(-INFINITY)},
Expand Down

0 comments on commit 5303d84

Please sign in to comment.