mirror of
https://github.com/larksuite/cli.git
synced 2026-07-07 09:11:44 +08:00
style(shortcuts): gofmt binder_test.go
CI fast-gate's `gofmt -l .` flagged an alignment issue in contentBucket: gofmt aligns struct field tags to the longest *named* tag-bearing field in the group; my hand-written extra spaces in `Text *string \`flag:"ct"\`` got normalised to a single space. Behaviour-neutral; tests still pass.
This commit is contained in:
@@ -240,7 +240,7 @@ type vidGroup struct {
|
||||
Cover string `flag:"vid-cover"`
|
||||
}
|
||||
type contentBucket struct {
|
||||
Text *string `flag:"ct"`
|
||||
Text *string `flag:"ct"`
|
||||
Video *vidGroup
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user