Skip to content

Commit aafc76b

Browse files
author
Greg Soltis
committed
Style
1 parent a273381 commit aafc76b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

firebase-firestore/src/test/java/com/google/firebase/firestore/spec/MemorySpecTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22

33
import com.google.firebase.firestore.local.Persistence;
44
import com.google.firebase.firestore.local.PersistenceTestHelpers;
5+
import java.util.Set;
56
import org.junit.runner.RunWith;
67
import org.robolectric.RobolectricTestRunner;
78
import org.robolectric.annotation.Config;
89

9-
import java.util.Set;
10-
1110
@RunWith(RobolectricTestRunner.class)
1211
@Config(manifest = Config.NONE)
1312
public class MemorySpecTest extends SpecTestCase {

firebase-firestore/src/test/java/com/google/firebase/firestore/spec/SQLiteSpecTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22

33
import com.google.firebase.firestore.local.Persistence;
44
import com.google.firebase.firestore.local.PersistenceTestHelpers;
5+
import java.util.Set;
56
import org.junit.runner.RunWith;
67
import org.robolectric.RobolectricTestRunner;
78
import org.robolectric.annotation.Config;
89

9-
import java.util.Set;
10-
1110
@RunWith(RobolectricTestRunner.class)
1211
@Config(manifest = Config.NONE)
1312
public class SQLiteSpecTest extends SpecTestCase {

0 commit comments

Comments
 (0)