From c942b4bb39cd374bcd305d73d69c18898233d148 Mon Sep 17 00:00:00 2001 From: Jan K9f Date: Thu, 3 Apr 2025 12:02:59 +0200 Subject: [PATCH] style: remove unnecessary blank line in config file --- frontend/src/app/app.config.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/app/app.config.ts b/frontend/src/app/app.config.ts index d597a99..671a717 100644 --- a/frontend/src/app/app.config.ts +++ b/frontend/src/app/app.config.ts @@ -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),