style: Run prettier
This commit is contained in:
parent
372449cd04
commit
3bea232dfb
1 changed files with 1 additions and 2 deletions
|
@ -12,5 +12,4 @@ import { KeycloakAngularModule } from 'keycloak-angular';
|
||||||
styleUrl: './app.component.css',
|
styleUrl: './app.component.css',
|
||||||
changeDetection: ChangeDetectionStrategy.OnPush,
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
||||||
})
|
})
|
||||||
export class AppComponent {
|
export class AppComponent {}
|
||||||
}
|
|
||||||
|
|
Reference in a new issue