forked from toolshed/abra
chore: run formatter
This commit is contained in:
@ -86,7 +86,7 @@ var appNewCommand = &cli.Command{
|
||||
if c.NArg() > 0 {
|
||||
return
|
||||
}
|
||||
for name, _ := range catl {
|
||||
for name := range catl {
|
||||
fmt.Println(name)
|
||||
}
|
||||
},
|
||||
|
@ -64,7 +64,7 @@ func RunApp(version, commit string) {
|
||||
DebugFlag,
|
||||
},
|
||||
Authors: []*cli.Author{
|
||||
&cli.Author{
|
||||
{
|
||||
Name: "Autonomic Co-op",
|
||||
Email: "helo@autonomic.zone",
|
||||
},
|
||||
|
Reference in New Issue
Block a user