Skip to content

Commit 39e17cb

Browse files
committed
Add missing linebreaks
1 parent ef2d67b commit 39e17cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/constants.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ export const hues = [
3030

3131
export const highscoreLocalStorageKey = "KLODS_HIGHSCORE"
3232

33-
export const undos = 3
33+
export const undos = 3

src/util.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export function checkIfPieceFitsAndUpdateBoard({
4949
) {
5050
return [false, null]
5151
}
52-
52+
5353
const updatedBoard = board.slice() as IBoard
5454

5555
for (let i = 0; i < piece.length; i++) {

0 commit comments

Comments
 (0)