style(game-controls): fix formatting in constructor method
This commit is contained in:
parent
889863aad6
commit
6508a233b2
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
Add a link
Reference in a new issue