style: format code and add missing newlines

This commit is contained in:
Jan-Marlon Leibl 2025-04-02 09:08:04 +02:00
parent 4b569157aa
commit 2d8b137e69
Signed by: jleibl
GPG key ID: 300B2F906DC6F1D5
3 changed files with 11 additions and 6 deletions

View file

@ -3,4 +3,4 @@ export enum GameState {
IN_PROGRESS = 'IN_PROGRESS',
PLAYER_LOST = 'PLAYER_LOST',
DRAW = 'DRAW',
}
}