Removed a line to help with aligning previous comments

This commit is contained in:
BordedDev 2025-01-17 00:59:52 +01:00
parent dea989194c
commit 8d1139b2e6

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}