fix(lint): remove trailing blank line from idp_service.go

goimports requires files to end with a single newline. The security
commit left an extra blank line when it removed the trailing
redactIdentityProviderResponse function.

https://claude.ai/code/session_01DVhwUL8RG8HVrcChv5qHdh
This commit is contained in:
Claude 2026-03-29 12:07:18 +00:00
parent f341f8cf40
commit 0bc6716978
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

@ -233,4 +233,3 @@ func convertIdentityProviderConfigToStore(identityProviderType v1pb.IdentityProv
}
return nil
}