Skip to content

Commit 0b0ce0e

Browse files
committed
Removed extra brace
1 parent db9980d commit 0b0ce0e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,5 +124,4 @@ private static void getSolution(int boardSize, List<List<String>> solutions, int
124124
OCANTIDIAG.remove(rowIndex + columnIndex);
125125
}
126126
}
127-
128127
}

0 commit comments

Comments
 (0)