Skip to content

Commit a38a464

Browse files
committed
Fix clang-format issue
1 parent 9ed05a5 commit a38a464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/thealgorithms/puzzlesandgames/TowerOfHanoi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ private TowerOfHanoi() {
4141
* @param intermediatePole The name of the intermediate pole used as a temporary holding area.
4242
* @param endPole The name of the end pole to which discs are moved.
4343
* @param result A list to store the steps required to solve the puzzle.
44-
* @throws IllegalArgumentException if {@code n} is negative.
44+
* @throws IllegalArgumentException if {@code n} is negative.
4545
*
4646
* <p>
4747
* This method is called recursively to move n-1 discs

0 commit comments

Comments
 (0)