chore(fmt): gofmt cleanup on files touched by audit-2026-05-11 fix bundle

Whitespace alignment drift surfaced by gofmt -l after merging 7 fix branches.
Pure formatting, no semantic change. Pre-existing master drift in
internal/auth/oidc/{domain/types.go, integration_keycloak_rotate_test.go,
test_discovery.go} left untouched — that's separate tech debt.
This commit is contained in:
shankar0123
2026-05-11 11:29:48 +00:00
parent f6e114b8bd
commit b3e3a8dbb1
4 changed files with 13 additions and 15 deletions
-2
View File
@@ -284,5 +284,3 @@ func (h AuditHandler) ExportAudit(w http.ResponseWriter, r *http.Request) {
"actor_id", actorID, "rows", len(events), "err", err) "actor_id", actorID, "rows", len(events), "err", err)
} }
} }