style(game-controls): fix formatting in constructor method

This commit is contained in:
Jan K9f 2025-04-02 09:23:26 +02:00 committed by Jan-Marlon Leibl
parent 889863aad6
commit 6508a233b2
Signed by: jleibl
GPG key ID: 300B2F906DC6F1D5

View file

@ -96,5 +96,5 @@ export class GameControlsComponent {
protected readonly GameState = GameState;
constructor(protected gameControlsService: GameControlsService) { }
constructor(protected gameControlsService: GameControlsService) {}
}