Code style

This commit is contained in:
Roland Hummel
2021-10-03 10:15:35 +02:00
parent eb99bdc06b
commit 44fee4167f

View File

@ -49,4 +49,4 @@ describe('Sudoku', () => {
expect(section).toEqual(solved[i]) expect(section).toEqual(solved[i])
} }
}) })
}) })