Skip to content

Commit f616fbe

Browse files
committed
clang-format for added junit
1 parent 09561f5 commit f616fbe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/java/com/thealgorithms/maths/AbsoluteMaxTest.java

-1
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,4 @@ void testGetMaxValueWithSameAbsoluteValues() {
2727
assertEquals(12, AbsoluteMax.getMaxValue(-12, 9, 3, 12, 1));
2828
assertEquals(12, AbsoluteMax.getMaxValue(12, 9, 3, -12, 1));
2929
}
30-
3130
}

0 commit comments

Comments
 (0)