Removed a line to help with aligning previous comments

This commit is contained in:
Benjamin Claassen 2025-01-17 00:59:52 +01:00
parent 17bd0429f1
commit b3cfeea045
No known key found for this signature in database
GPG Key ID: C5F495EAE56673BF

View File

@ -9,7 +9,6 @@ const SUDOKU_GRID_SIZE = 9 * 9
const SUDOKU_VALUES = new Set([1, 2, 3, 4, 5, 6, 7, 8, 9]) const SUDOKU_VALUES = new Set([1, 2, 3, 4, 5, 6, 7, 8, 9])
/** /**
*
* @param min {number} * @param min {number}
* @param max {number} * @param max {number}
* @returns {number} * @returns {number}