Skip to content

Commit 924607a

Browse files
committed
refactor: fix import formatting
1 parent 28a12f8 commit 924607a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/test/java/com/thealgorithms/bitmanipulation/BitSwapTest.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
package com.thealgorithms.bitmanipulation;
22

33
import static org.junit.jupiter.api.Assertions.assertEquals;
4+
import static org.junit.jupiter.api.Assertions.assertThrows;
45

6+
import java.util.stream.Stream;
57
import org.junit.jupiter.params.ParameterizedTest;
68
import org.junit.jupiter.params.provider.Arguments;
79
import org.junit.jupiter.params.provider.MethodSource;
810

9-
import java.util.stream.Stream;
10-
11-
import static org.junit.jupiter.api.Assertions.assertThrows;
12-
1311
class BitSwapTest {
1412

1513
@ParameterizedTest(name = "Additional cases: data={0}, posA={1}, posB={2} -> expected={3}")

0 commit comments

Comments
 (0)