Skip to content

Commit 9354a50

Browse files
Remove exceess newline
1 parent c599106 commit 9354a50

File tree

1 file changed

+0
-1
lines changed
  • firebase-firestore/src/roboUtil/java/com/google/firebase/firestore

1 file changed

+0
-1
lines changed

firebase-firestore/src/roboUtil/java/com/google/firebase/firestore/Values.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ public static Value valueOf(Object o) {
5454
return Value.newBuilder().setStringValue((String) o).build();
5555
} else if (o instanceof Blob) {
5656
return Value.newBuilder().setBytesValue(((Blob) o).toByteString()).build();
57-
5857
} else if (o instanceof DocumentReference) {
5958
return Value.newBuilder()
6059
.setReferenceValue(

0 commit comments

Comments
 (0)