chore: 🤖 remove extra lines (#1330)

I ran the command yarn style and that got failed, so I fixed that
This commit is contained in:
Umesh Patidar
2023-06-17 01:49:21 +05:30
committed by GitHub
parent 1666c3a0be
commit 6debd5c1a2
7 changed files with 0 additions and 7 deletions

View File

@ -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)

View File

@ -1,4 +1,3 @@
/*
*
* Unique Paths