Skip to content

Commit c78b452

Browse files
chyezhclaude
andcommitted
fix: apply gofumpt/gci formatting to resource_group.go
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: chyezh <chyezh@outlook.com>
1 parent 2698566 commit c78b452

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

states/etcd/show/resource_group.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ func (rs *ResourceGroups) printAsJSON() string {
109109
}
110110

111111
type ResourceGroupJSON struct {
112-
Name string `json:"name"`
113-
Config ConfigJSON `json:"config"`
112+
Name string `json:"name"`
113+
Config ConfigJSON `json:"config"`
114114
Nodes []NodeInfoJSON `json:"nodes"`
115115
}
116116

0 commit comments

Comments
 (0)