From ee07abb189c0b258d045e26e684e12120c3c9c9f Mon Sep 17 00:00:00 2001 From: Jan-Marlon Leibl Date: Wed, 7 May 2025 18:02:35 +0200 Subject: [PATCH] style(user.service.ts): fix whitespace in user service file --- frontend/src/app/service/user.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/service/user.service.ts b/frontend/src/app/service/user.service.ts index ad2d2c8..e126fc4 100644 --- a/frontend/src/app/service/user.service.ts +++ b/frontend/src/app/service/user.service.ts @@ -23,7 +23,7 @@ export class UserService { this.authService.userSubject.next(updatedUser); } } - + /** * Refreshes the current user's data from the server */