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

@ -39,7 +39,7 @@ export const routes: Routes = [
import('./feature/auth/oauth2/oauth2-callback.component').then(
(m) => m.OAuth2CallbackComponent
),
data: { provider: 'github' }
data: { provider: 'github' },
},
{
path: 'oauth2/callback/google',
@ -47,7 +47,7 @@ export const routes: Routes = [
import('./feature/auth/oauth2/oauth2-callback.component').then(
(m) => m.OAuth2CallbackComponent
),
data: { provider: 'google' }
data: { provider: 'google' },
},
{
path: 'game/blackjack',