Skip to content

Commit 2525e79

Browse files
author
alxkm
committed
checkstyle: removed redundant new line
1 parent da5e35a commit 2525e79

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,3 @@ void testGcdWithPrimeNumbers(int a, int b, int expectedGcd) {
4646
assertEquals(expectedGcd, GCD.gcd(a, b));
4747
}
4848
}
49-

0 commit comments

Comments
 (0)