Skip to content

Commit c196acc

Browse files
committed
Formatter
1 parent 88424ca commit c196acc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,7 @@ public void start() {
8888
loadNextBatchIdAcrossAllUsers();
8989

9090
int rows =
91-
db.query(
92-
"SELECT last_stream_token FROM mutation_queues WHERE uid = ?")
91+
db.query("SELECT last_stream_token FROM mutation_queues WHERE uid = ?")
9392
.binding(uid)
9493
.first(
9594
row -> {

0 commit comments

Comments
 (0)