Skip to content

Commit c8d1e53

Browse files
Formatting
1 parent 6cb8e85 commit c8d1e53

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

firebase-firestore/src/main/java/com/google/firebase/firestore/local/IndexFreeQueryEngine.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,7 @@ && needsRefill(
9595
return previousResults.insertAll(updatedResults);
9696
}
9797

98-
/**
99-
* Returns the documents for the specified remote keys if they still match the query.
100-
*/
98+
/** Returns the documents for the specified remote keys if they still match the query. */
10199
private ImmutableSortedMap<DocumentKey, Document> getPreviousResults(
102100
Query query, ImmutableSortedSet<DocumentKey> remoteKeys) {
103101
// Fetch the documents that matched the query at the last snapshot.

0 commit comments

Comments
 (0)