Skip to content
Snippets Groups Projects
Verified Commit 6d9caa2e authored by Sebastian Bergandy's avatar Sebastian Bergandy :keyboard:
Browse files

OZG-6988 reformat code

Sub task: OZG-7446
parent dc1a3404
Branches
Tags
1 merge request!27OZG-6988 implement button
...@@ -31,8 +31,8 @@ import { Postfach, PostfachResource, PostfachSettingsItem } from './postfach.mod ...@@ -31,8 +31,8 @@ import { Postfach, PostfachResource, PostfachSettingsItem } from './postfach.mod
@Injectable() @Injectable()
export class PostfachService { export class PostfachService {
private postfachResourceService = inject(PostfachResourceService) private postfachResourceService = inject(PostfachResourceService);
private snackbarService = inject(SnackBarService) private snackbarService = inject(SnackBarService);
public get(): Observable<StateResource<PostfachResource>> { public get(): Observable<StateResource<PostfachResource>> {
return this.postfachResourceService.get(); return this.postfachResourceService.get();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment