Skip to content

Commit

Permalink
style: format
Browse files Browse the repository at this point in the history
  • Loading branch information
Char2sGu committed Sep 15, 2024
1 parent f6e6ee6 commit 7aa9c79
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions angular-client/src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
) {
Expand Down

0 comments on commit 7aa9c79

Please sign in to comment.