fix(lint): correct goimports struct literal alignment after removing write-only credential fields

When credential fields (ClientSecret, AccessKeySecret) were replaced with
write-only comments in commit 9d3a74b, the remaining struct literal fields
were not re-aligned to match goimports expected column alignment.

- idp_service.go: align AuthUrl/TokenUrl/UserInfoUrl/Scopes at col 14
  (longest field FieldMapping = 12 chars in post-comment group)
- instance_service.go: align AccessKeyId alone at col 13, and
  Endpoint/Region/Bucket at col 14 to match UsePathStyle (longest in
  post-comment group)

https://claude.ai/code/session_01DVhwUL8RG8HVrcChv5qHdh
This commit is contained in:
Claude 2026-03-29 05:52:47 +00:00
parent 9d3a74bccc
commit 21a5f541c9
No known key found for this signature in database
2 changed files with 8 additions and 8 deletions