Skip to content

Commit f2a9960

Browse files
committed
fix: add missing newline at end of file for Checkstyle
1 parent aa8be9f commit f2a9960

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/com/thealgorithms/recursion/FactorialTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ public void testFactorialOfTen() {
3333
public void testNegativeNumberThrowsException() {
3434
assertThrows(IllegalArgumentException.class, () -> Factorial.factorial(-1));
3535
}
36-
}
36+
}

0 commit comments

Comments
 (0)