Skip to content

Commit 9654afc

Browse files
authored
Merge pull request #2177 from Hellcatlk/master
🌱 Fix a gofmt warning
2 parents 2b857cb + 97d7ef2 commit 9654afc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/book/utils/markerdocs/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,9 +256,9 @@ func main() {
256256
if err := plugin.Run(MarkerDocs{
257257
Args: map[string][]string{
258258
// marker args
259-
"": []string{"-wwww", "crd", "webhook", "rbac:roleName=cheddar" /* role name doesn't mean anything here */, "object", "schemapatch:manifests=."},
259+
"": {"-wwww", "crd", "webhook", "rbac:roleName=cheddar" /* role name doesn't mean anything here */, "object", "schemapatch:manifests=."},
260260
// cli options args
261-
"CLI: ": []string{"-hhhh"},
261+
"CLI: ": {"-hhhh"},
262262
},
263263
}, os.Stdin, os.Stdout, os.Args[1:]...); err != nil {
264264
log.Fatal(err.Error())

0 commit comments

Comments
 (0)