Skip to content

Commit c5ba307

Browse files
author
alx
committed
Fix checkstyle
1 parent 4853ac9 commit c5ba307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ public void oddEvenSortIntegerArray() {
3939
Integer[] expectedOutput = {-85, -76, -45, -14, 3, 12, 36, 57, 67, 69};
4040
assertArrayEquals(inputArray, expectedOutput);
4141
}
42-
}
42+
}

0 commit comments

Comments
 (0)