style(game-controls): fix formatting in constructor method
Some checks failed
Some checks failed
This commit is contained in:
parent
1ea2f7c086
commit
3c0505b75e
1 changed files with 1 additions and 1 deletions
|
@ -96,5 +96,5 @@ export class GameControlsComponent {
|
|||
|
||||
protected readonly GameState = GameState;
|
||||
|
||||
constructor(protected gameControlsService: GameControlsService) { }
|
||||
constructor(protected gameControlsService: GameControlsService) {}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue