Skip to content

Commit a2d0d46

Browse files
committed
Pretty
1 parent b754f23 commit a2d0d46

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

firebase-firestore/src/test/java/com/google/firebase/firestore/core/TargetTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,8 @@ private void verifyBound(Bound bound, boolean inclusive, Object... values) {
353353
String.format(
354354
"Values should be equal: Expected: %s, Actual: %s",
355355
Values.canonicalId(expectedValue), Values.canonicalId(position.get(i))),
356-
expectedValue, position.get(i));
356+
expectedValue,
357+
position.get(i));
357358
}
358359
}
359360
}

firebase-firestore/src/test/java/com/google/firebase/firestore/model/mutation/MutationTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
import static com.google.firebase.firestore.testutil.TestUtil.wrapObject;
3333
import static org.junit.Assert.assertEquals;
3434
import static org.junit.Assert.assertNull;
35-
import static org.junit.Assert.assertTrue;
3635

3736
import androidx.annotation.Nullable;
3837
import com.google.common.collect.Collections2;
@@ -45,7 +44,6 @@
4544
import com.google.firebase.firestore.model.MutableDocument;
4645
import com.google.firebase.firestore.model.ObjectValue;
4746
import com.google.firebase.firestore.model.ServerTimestamps;
48-
import com.google.firebase.firestore.model.Values;
4947
import com.google.firestore.v1.Value;
5048
import java.util.Arrays;
5149
import java.util.Collection;

firebase-firestore/src/test/java/com/google/firebase/firestore/remote/RemoteSerializerTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
5656
import com.google.firebase.firestore.model.ObjectValue;
5757
import com.google.firebase.firestore.model.ResourcePath;
5858
import com.google.firebase.firestore.model.SnapshotVersion;
59-
import com.google.firebase.firestore.model.Values;
6059
import com.google.firebase.firestore.model.mutation.Mutation;
6160
import com.google.firebase.firestore.remote.WatchChange.WatchTargetChange;
6261
import com.google.firebase.firestore.remote.WatchChange.WatchTargetChangeType;

0 commit comments

Comments
 (0)