style(user.service.ts): fix whitespace in user service file
All checks were successful
CI / Get Changed Files (pull_request) Successful in 11s
CI / Docker backend validation (pull_request) Successful in 14s
CI / Docker frontend validation (pull_request) Successful in 45s
CI / oxlint (pull_request) Successful in 33s
CI / eslint (pull_request) Successful in 46s
CI / Checkstyle Main (pull_request) Successful in 1m2s
CI / prettier (pull_request) Successful in 24s
CI / test-build (pull_request) Successful in 35s

This commit is contained in:
Jan-Marlon Leibl 2025-05-07 18:02:35 +02:00
commit ee07abb189
Signed by: jleibl
GPG key ID: 300B2F906DC6F1D5

View file

@ -23,7 +23,7 @@ export class UserService {
this.authService.userSubject.next(updatedUser);
}
}
/**
* Refreshes the current user's data from the server
*/