Removed a line to help with aligning previous comments
This commit is contained in:
parent
17bd0429f1
commit
b3cfeea045
@ -9,7 +9,6 @@ const SUDOKU_GRID_SIZE = 9 * 9
|
||||
const SUDOKU_VALUES = new Set([1, 2, 3, 4, 5, 6, 7, 8, 9])
|
||||
|
||||
/**
|
||||
*
|
||||
* @param min {number}
|
||||
* @param max {number}
|
||||
* @returns {number}
|
||||
|
Loading…
Reference in New Issue
Block a user