Skip to content

Commit 58d41ac

Browse files
author
alxklm
committed
Checkstyle: Remove redundant line
1 parent 464a8c5 commit 58d41ac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/java/com/thealgorithms/sorts/WaveSortTest.java

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
import org.junit.jupiter.params.ParameterizedTest;
77
import org.junit.jupiter.params.provider.MethodSource;
88

9-
109
public class WaveSortTest {
1110
record InputData(Integer[] array) {
1211
}

0 commit comments

Comments
 (0)