Skip to content

Commit 69fe7d0

Browse files
committed
Fix clang-format violations: add newlines at end of files
1 parent d215745 commit 69fe7d0

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
@@ -143,4 +143,4 @@ public static void printBoard(int[][] board) {
143143
System.out.println();
144144
}
145145
}
146-
}
146+
}git

0 commit comments

Comments
 (0)