fix(lint): gofmt formatting fixes for 3 files

Align struct field assignments and fix indentation detected by
golangci-lint v2.9's gofmt checker.
This commit is contained in:
shaw
2026-03-07 23:18:19 +08:00
parent cab60ef735
commit 03bf348530
4 changed files with 11 additions and 11 deletions

View File

@@ -165,8 +165,8 @@ func (r *apiKeyRepository) GetByKeyForAuth(ctx context.Context, key string) (*se
group.FieldModelRouting,
group.FieldMcpXMLInject,
group.FieldSupportedModelScopes,
group.FieldAllowMessagesDispatch,
group.FieldDefaultMappedModel,
group.FieldAllowMessagesDispatch,
group.FieldDefaultMappedModel,
)
}).
Only(ctx)