Skip to content

Commit 3d83beb

Browse files
committed
solve clang-format in test file also
1 parent 9d5787d commit 3d83beb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ void testStrings() {
5656
String[] expected = {"apple", "banana", "cherry"};
5757
assertArrayEquals(expected, sorter.sort(input));
5858
}
59-
}
59+
}

0 commit comments

Comments
 (0)