Skip to content

Commit 93584a4

Browse files
author
alxkm
committed
checkstyle: fix import order
1 parent 6bd6f43 commit 93584a4

File tree

1 file changed

+1
-1
lines changed
  • src/test/java/com/thealgorithms/datastructures/bag

1 file changed

+1
-1
lines changed

src/test/java/com/thealgorithms/datastructures/bag/BagTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
import static org.junit.jupiter.api.Assertions.fail;
88

99
import com.thealgorithms.datastructures.bags.Bag;
10-
import org.junit.jupiter.api.Test;
1110
import java.util.Iterator;
11+
import org.junit.jupiter.api.Test;
1212

1313
class BagTest {
1414

0 commit comments

Comments
 (0)