Skip to content

Commit 6db6b4f

Browse files
committed
code formatting
1 parent 2b7aab2 commit 6db6b4f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

range/src/test/java/net/time4j/range/IntervalCollectionTest.java

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
import net.time4j.PlainDate;
66
import net.time4j.PlainTime;
77
import net.time4j.PlainTimestamp;
8+
import net.time4j.scale.TimeScale;
9+
import org.junit.Test;
10+
import org.junit.runner.RunWith;
11+
import org.junit.runners.JUnit4;
812

913
import java.text.ParseException;
1014
import java.time.Instant;
@@ -14,11 +18,6 @@
1418
import java.util.List;
1519
import java.util.NoSuchElementException;
1620

17-
import net.time4j.scale.TimeScale;
18-
import org.junit.Test;
19-
import org.junit.runner.RunWith;
20-
import org.junit.runners.JUnit4;
21-
2221
import static net.time4j.ClockUnit.NANOS;
2322
import static org.hamcrest.CoreMatchers.is;
2423
import static org.hamcrest.CoreMatchers.nullValue;

0 commit comments

Comments
 (0)