mirror of https://github.com/usememos/memos.git
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:
parent
9d3a74bccc
commit
21a5f541c9