style: fix formatting and add newlines at end of files
All checks were successful
CI / Get Changed Files (pull_request) Successful in 12s
CI / oxlint (pull_request) Successful in 39s
CI / prettier (pull_request) Successful in 55s
CI / eslint (pull_request) Successful in 59s
CI / Docker frontend validation (pull_request) Successful in 1m27s
CI / test-build (pull_request) Successful in 1m15s
CI / Checkstyle Main (pull_request) Successful in 2m6s
CI / Docker backend validation (pull_request) Successful in 2m10s

This commit is contained in:
Constantin Simonis 2025-05-21 11:35:29 +02:00
commit 52de53878e
No known key found for this signature in database
GPG key ID: 3878FF77C24AF4D2
5 changed files with 14 additions and 18 deletions

View file

@ -46,4 +46,4 @@ public class GoogleController {
AuthResponseDto response = googleService.processGoogleCode(code);
return ResponseEntity.ok(response);
}
}
}

View file

@ -161,4 +161,4 @@ public class GoogleService {
throw new RuntimeException("Failed to process Google authentication", e);
}
}
}
}

View file

@ -22,4 +22,4 @@ public class GoogleOAuth2UserInfo extends OAuth2UserInfo {
public String getEmail() {
return (String) attributes.get("email");
}
}
}