Skip to content

Commit 2c52df2

Browse files
Formatting
1 parent e463795 commit 2c52df2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Submodule crashpad updated from e5e47bc to 36d4bb8
Submodule mini_chromium updated from 0e22eed to 4b23ab1

firebase-firestore/src/testUtil/java/com/google/firebase/firestore/testutil/TestUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ public static FieldIndex fieldIndex(
608608
}
609609

610610
public static FieldIndex fieldIndex(
611-
String collectionGroup, String field, FieldIndex.Segment.Kind kind, Object... fieldAndKind) {
611+
String collectionGroup, String field, FieldIndex.Segment.Kind kind, Object... fieldAndKind) {
612612
return fieldIndex(collectionGroup, -1, SnapshotVersion.NONE, field, kind, fieldAndKind);
613613
}
614614

0 commit comments

Comments
 (0)