Skip to content

Commit 2c934d7

Browse files
authored
fix: Remove trailing spaces from SudokuSolver.java
- Remove trailing spaces from line 128 - Fix Checkstyle violations
1 parent 51520cc commit 2c934d7

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
@@ -125,6 +125,6 @@ public static void main(String[] args) {
125125
} else {
126126
System.out.println("\nNo solution exists for this Sudoku puzzle.");
127127
}
128-
128+
129129
}
130130
}

0 commit comments

Comments
 (0)