style: fix formatting in constructor definitions
This commit is contained in:
parent
aad692aea5
commit
ae8dcab038
2 changed files with 2 additions and 2 deletions
|
@ -96,5 +96,5 @@ export class GameControlsComponent {
|
||||||
|
|
||||||
protected readonly GameState = GameState;
|
protected readonly GameState = GameState;
|
||||||
|
|
||||||
constructor(protected gameControlsService: GameControlsService) { }
|
constructor(protected gameControlsService: GameControlsService) {}
|
||||||
}
|
}
|
||||||
|
|
|
@ -23,7 +23,7 @@ export class ConfirmationComponent implements AfterViewInit, OnDestroy {
|
||||||
@ViewChild('modalBg') modalBg!: ElementRef;
|
@ViewChild('modalBg') modalBg!: ElementRef;
|
||||||
@ViewChild('modalCard') modalCard!: ElementRef;
|
@ViewChild('modalCard') modalCard!: ElementRef;
|
||||||
|
|
||||||
constructor(private modalAnimationService: ModalAnimationService) { }
|
constructor(private modalAnimationService: ModalAnimationService) {}
|
||||||
|
|
||||||
ngAfterViewInit() {
|
ngAfterViewInit() {
|
||||||
if (this.successful) {
|
if (this.successful) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue