Skip to content

Commit ab27dc8

Browse files
Format
1 parent 6b2e5d0 commit ab27dc8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ public void add(MutableDocument document, SnapshotVersion readTime) {
7979
@Override
8080
public void removeAll(Collection<DocumentKey> keys) {
8181
if (keys.isEmpty()) return;
82+
8283
List<Object> encodedPaths = new ArrayList<>();
8384
List<Document> deletedDocs = new ArrayList<>();
8485

0 commit comments

Comments
 (0)