From 6d9caa2e48933d83ebc277933165762b0c399e15 Mon Sep 17 00:00:00 2001 From: sebo <sebastian.bergandy@external.mgm-cp.com> Date: Mon, 20 Jan 2025 16:45:50 +0100 Subject: [PATCH] OZG-6988 reformat code Sub task: OZG-7446 --- .../libs/admin/postfach-shared/src/lib/postfach.service.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/alfa-client/libs/admin/postfach-shared/src/lib/postfach.service.ts b/alfa-client/libs/admin/postfach-shared/src/lib/postfach.service.ts index a8fb7896e2..19cf4ef6cf 100644 --- a/alfa-client/libs/admin/postfach-shared/src/lib/postfach.service.ts +++ b/alfa-client/libs/admin/postfach-shared/src/lib/postfach.service.ts @@ -31,8 +31,8 @@ import { Postfach, PostfachResource, PostfachSettingsItem } from './postfach.mod @Injectable() export class PostfachService { - private postfachResourceService = inject(PostfachResourceService) - private snackbarService = inject(SnackBarService) + private postfachResourceService = inject(PostfachResourceService); + private snackbarService = inject(SnackBarService); public get(): Observable<StateResource<PostfachResource>> { return this.postfachResourceService.get(); -- GitLab