Skip to content

Commit fe23421

Browse files
authored
fix: Clean up javadoc comment formatting
- Fix line 6 javadoc comment to have correct formatting - Remove any trailing spaces from comment line
1 parent 8363e71 commit fe23421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/thealgorithms/backtracking/SudokuSolver.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* Sudoku Solver using Backtracking algorithm
55
* Solves a 9x9 Sudoku puzzle using depth-first search with backtracking
6-
*
6+
*
77
* @author Your Name
88
*/
99
public final class SudokuSolver {

0 commit comments

Comments
 (0)