Commit 119ddb7
authored
fix: Add proper indentation to array declaration
- Add 8 spaces indentation to line 117
- Fix clang-format linter error1 parent 2c934d7 commit 119ddb7
File tree
1 file changed
+1
-1
lines changed- src/main/java/com/thealgorithms/backtracking
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
0 commit comments