Run gofmt

This commit is contained in:
Elara 2022-09-28 15:23:09 -07:00
parent ae9e294bf5
commit bc00dde3b2
2 changed files with 4 additions and 4 deletions

View File

@ -65,9 +65,9 @@ func main() {
Action: upgradeCmd,
},
{
Name: "info",
Usage: "Print information about a package",
Action: infoCmd,
Name: "info",
Usage: "Print information about a package",
Action: infoCmd,
},
{
Name: "list",