Skip to content

Commit c00563f

Browse files
Fix file endings to have exactly one newline
1 parent a93b60e commit c00563f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,3 @@ public void testNegativeInput() {
3737
assertThrows(IllegalArgumentException.class, () -> { TowerOfHanoi.solveTowerOfHanoi(-5, 'A', 'C', 'B'); }, "Should throw exception for negative disks");
3838
}
3939
}
40-

0 commit comments

Comments
 (0)