Skip to content

Commit

Permalink
style: fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
simschla committed Sep 4, 2023
1 parent 6fbb650 commit 3754eb1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
*/
package com.diffplug.spotless.npm;

import javax.annotation.Nonnull;

import java.util.Arrays;
import java.util.Iterator;
import java.util.List;
import java.util.Objects;

import javax.annotation.Nonnull;

class ListableAdapter<T> implements Iterable<T> {

private final List<T> delegate;
Expand Down

0 comments on commit 3754eb1

Please sign in to comment.