refactor: run formatter

This commit is contained in:
Elias Schneider
2025-08-23 17:46:00 +02:00
parent fc0c99a232
commit 2c122d413d

View File

@@ -740,7 +740,7 @@ func updateOIDCClientModelFromDto(client *model.OidcClient, input *dto.OidcClien
JWKS: fi.JWKS,
}
}
}
func (s *OidcService) DeleteClient(ctx context.Context, clientID string) error {