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

This commit is contained in:
Jan K9f 2025-04-02 09:23:26 +02:00
parent 1ea2f7c086
commit 3c0505b75e
Signed by: jank
GPG key ID: 22BEAC760B3333D6

View file

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