refactor: S1005 gosimple
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
31edbbd32e
commit
e47d7029d7
@ -99,7 +99,7 @@ var recipeLintCommand = &cli.Command{
|
||||
if c.NArg() > 0 {
|
||||
return
|
||||
}
|
||||
for name, _ := range catl {
|
||||
for name := range catl {
|
||||
fmt.Println(name)
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user