Skip to content

Commit 4a370dc

Browse files
committed
format code
1 parent a2dfb52 commit 4a370dc

File tree

1 file changed

+1
-5
lines changed
  • firebase-firestore/src/androidTest/java/com/google/firebase/firestore

1 file changed

+1
-5
lines changed

firebase-firestore/src/androidTest/java/com/google/firebase/firestore/CountTest.java

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
import static com.google.firebase.firestore.testutil.IntegrationTestUtil.testCollection;
1919
import static com.google.firebase.firestore.testutil.IntegrationTestUtil.testCollectionWithDocs;
2020
import static com.google.firebase.firestore.testutil.IntegrationTestUtil.testFirestore;
21-
import static com.google.firebase.firestore.testutil.IntegrationTestUtil.toDataMap;
2221
import static com.google.firebase.firestore.testutil.IntegrationTestUtil.waitFor;
2322
import static com.google.firebase.firestore.testutil.IntegrationTestUtil.waitForException;
2423
import static com.google.firebase.firestore.testutil.TestUtil.map;
@@ -32,16 +31,13 @@
3231
import static org.junit.Assume.assumeFalse;
3332

3433
import androidx.test.ext.junit.runners.AndroidJUnit4;
35-
3634
import com.google.android.gms.tasks.Task;
37-
import com.google.android.gms.tasks.Tasks;
3835
import com.google.firebase.firestore.testutil.IntegrationTestUtil;
36+
import java.util.Collections;
3937
import org.junit.After;
4038
import org.junit.Test;
4139
import org.junit.runner.RunWith;
4240

43-
import java.util.Collections;
44-
4541
@RunWith(AndroidJUnit4.class)
4642
public class CountTest {
4743

0 commit comments

Comments
 (0)