Skip to content

Commit bac81bf

Browse files
committed
fix import ordering
1 parent 6ee5f00 commit bac81bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/snippets/src/test/java/com/example/datastore/filters/MultiIneqFilterSampleIT.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424
import com.google.cloud.datastore.StructuredQuery.CompositeFilter;
2525
import com.google.cloud.datastore.StructuredQuery.PropertyFilter;
2626
import com.rule.SystemsOutRule;
27+
import java.util.ArrayList;
28+
import java.util.List;
2729
import org.junit.After;
2830
import org.junit.Before;
2931
import org.junit.Rule;
3032
import org.junit.Test;
3133
import org.junit.runner.RunWith;
3234
import org.junit.runners.JUnit4;
33-
import java.util.ArrayList;
34-
import java.util.List;
3535

3636
@RunWith(JUnit4.class)
3737
@SuppressWarnings("checkstyle:abbreviationaswordinname")

0 commit comments

Comments
 (0)