We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fbb650 commit 3754eb1Copy full SHA for 3754eb1
lib/src/main/java/com/diffplug/spotless/npm/ListableAdapter.java
@@ -15,13 +15,13 @@
15
*/
16
package com.diffplug.spotless.npm;
17
18
-import javax.annotation.Nonnull;
19
-
20
import java.util.Arrays;
21
import java.util.Iterator;
22
import java.util.List;
23
import java.util.Objects;
24
+import javax.annotation.Nonnull;
+
25
class ListableAdapter<T> implements Iterable<T> {
26
27
private final List<T> delegate;
0 commit comments