style: remove unnecessary blank line in config file
All checks were successful
CI / Get Changed Files (pull_request) Successful in 27s
CI / prettier (pull_request) Successful in 23s
CI / Checkstyle Main (pull_request) Successful in 48s
CI / eslint (pull_request) Successful in 1m11s
CI / test-build (pull_request) Successful in 1m34s

This commit is contained in:
Jan K9f 2025-04-03 12:02:59 +02:00
parent c765ef87e3
commit c942b4bb39
Signed by: jank
GPG key ID: 22BEAC760B3333D6

View file

@ -8,7 +8,6 @@ import { provideAnimationsAsync } from '@angular/platform-browser/animations/asy
import { OAuthStorage, provideOAuthClient } from 'angular-oauth2-oidc';
import { httpInterceptor } from './shared/interceptor/http.interceptor';
export const appConfig: ApplicationConfig = {
providers: [
provideRouter(routes),