From 7aa9c799a53d842c0347876a0941dc7951c0c951 Mon Sep 17 00:00:00 2001 From: Char2sGu Date: Sat, 14 Sep 2024 22:47:24 -0400 Subject: [PATCH] style: format --- angular-client/src/app/app.module.ts | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/angular-client/src/app/app.module.ts b/angular-client/src/app/app.module.ts index 1fe24b33..3f989e53 100644 --- a/angular-client/src/app/app.module.ts +++ b/angular-client/src/app/app.module.ts @@ -198,14 +198,10 @@ import { BatteryInfoDisplay } from 'src/pages/charging-page/components/battery-i MatInputModule, ReactiveFormsModule ], - providers: [ - DialogService, - MessageService, - provideHttpClient(withInterceptorsFromDi()) - ] + providers: [DialogService, MessageService, provideHttpClient(withInterceptorsFromDi())] }) export class AppModule { - constructor ( + constructor( private matIconRegistry: MatIconRegistry, private domSanitizer: DomSanitizer ) {