Skip to content

Commit

Permalink
[trivial] Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Ido-Barnea committed Feb 21, 2024
1 parent 40e3d78 commit 97e362b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions development/code/ui/logs/Log.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,9 @@ export class KillLog extends Log {
if (killedPiece.position.boardId === VOID_BOARD_ID) {
message += 'permanently killed by ';
} else {
const spawnedInBoard = killedPiece.position.boardId === HELL_BOARD_ID ? 'Hell' : 'Heaven';
message += `sent to ${spawnedInBoard} by `
const spawnedInBoard =
killedPiece.position.boardId === HELL_BOARD_ID ? 'Hell' : 'Heaven';
message += `sent to ${spawnedInBoard} by `;
}

if (cause instanceof Piece) {
Expand Down

0 comments on commit 97e362b

Please sign in to comment.