Skip to content

Commit

Permalink
Add missing linebreaks
Browse files Browse the repository at this point in the history
  • Loading branch information
nimrossum committed Nov 23, 2022
1 parent ef2d67b commit 39e17cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ export const hues = [

export const highscoreLocalStorageKey = "KLODS_HIGHSCORE"

export const undos = 3
export const undos = 3
2 changes: 1 addition & 1 deletion src/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export function checkIfPieceFitsAndUpdateBoard({
) {
return [false, null]
}

const updatedBoard = board.slice() as IBoard

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

0 comments on commit 39e17cb

Please sign in to comment.