style: Run prettier

This commit is contained in:
Phan Huy Tran 2025-02-13 10:58:29 +01:00
parent 372449cd04
commit 3bea232dfb

View file

@ -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 {}
}