Skip to content

Commit 3754eb1

Browse files
committed
style: fix import order
1 parent 6fbb650 commit 3754eb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/src/main/java/com/diffplug/spotless/npm/ListableAdapter.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
*/
1616
package com.diffplug.spotless.npm;
1717

18-
import javax.annotation.Nonnull;
19-
2018
import java.util.Arrays;
2119
import java.util.Iterator;
2220
import java.util.List;
2321
import java.util.Objects;
2422

23+
import javax.annotation.Nonnull;
24+
2525
class ListableAdapter<T> implements Iterable<T> {
2626

2727
private final List<T> delegate;

0 commit comments

Comments
 (0)