Skip to content

Commit f8e2a80

Browse files
committed
chore: lint
1 parent 5cf01a0 commit f8e2a80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/cache/uplugin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ type UPlugin struct {
66
Description string `json:"Description"`
77
CreatedBy string `json:"CreatedBy"`
88
GameVersion string `json:"GameVersion"`
9-
GameFeature bool `json:"GameFeature"`
109
Plugins []Plugins `json:"Plugins"`
10+
GameFeature bool `json:"GameFeature"`
1111
}
1212
type Plugins struct {
1313
Name string `json:"Name"`

0 commit comments

Comments
 (0)