mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-04 07:29:47 +08:00
chore: 🤖 remove extra lines (#1330)
I ran the command yarn style and that got failed, so I fixed that
This commit is contained in:
@ -1,4 +1,3 @@
|
||||
|
||||
const isValid = (board, row, col, k) => {
|
||||
for (let i = 0; i < 9; i++) {
|
||||
const m = 3 * Math.floor(row / 3) + Math.floor(i / 3)
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
/*
|
||||
*
|
||||
* Unique Paths
|
||||
|
Reference in New Issue
Block a user