Skip to content

Commit 5247d88

Browse files
author
alxkm
committed
checkstyle: fix formatting
1 parent 35cb01f commit 5247d88

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/java/com/thealgorithms/others/CountWordsTest.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22

33
import static org.junit.jupiter.api.Assertions.assertEquals;
44

5+
import java.util.stream.Stream;
56
import org.junit.jupiter.params.ParameterizedTest;
67
import org.junit.jupiter.params.provider.Arguments;
78
import org.junit.jupiter.params.provider.MethodSource;
89

9-
import java.util.stream.Stream;
10-
1110
class CountWordsTest {
1211

1312
@ParameterizedTest

0 commit comments

Comments
 (0)