Skip to content

Commit 7b55672

Browse files
Formatting
1 parent 532a1d6 commit 7b55672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-firestore/src/test/java/com/google/firebase/firestore/UserDataWriterTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ public void testConvertsDateValue() {
162162
assertValueType(Value.ValueTypeCase.TIMESTAMP_VALUE, value);
163163
Object convertedValue = dateWriter.convertValue(value);
164164
assertTrue(convertedValue instanceof Timestamp);
165-
assertEquals(d, ((Timestamp)convertedValue).toDate());
165+
assertEquals(d, ((Timestamp) convertedValue).toDate());
166166
}
167167
}
168168

0 commit comments

Comments
 (0)