refactor sudoku selection
All checks were successful
Linux arm64 / Build (push) Successful in 1m8s

This commit is contained in:
2025-01-29 12:42:06 +01:00
parent 21b7011ece
commit 074131b69c
3 changed files with 104 additions and 70 deletions

View File

@@ -34,7 +34,6 @@ public class SudokuSerializer {
for (Cell cell : sudoku.getCells()) {
if (!cellIds.contains(cell)) {
cellIds.add(cell);
}
Block block = cell.getBlock();