diff --git a/apps/client/src/app/client.module.ts b/apps/client/src/app/client.module.ts index 443d796a..1f053cd8 100644 --- a/apps/client/src/app/client.module.ts +++ b/apps/client/src/app/client.module.ts @@ -45,9 +45,7 @@ import { AppRootComponent } from './components/root.component'; schemas: [CUSTOM_ELEMENTS_SCHEMA], }) export class AppClientModule { - constructor( - private readonly store: Store, - ) { + constructor(private readonly store: Store) { this.store.dispatch(diagnosticsAction.connect()); } }