Apply "gofmt"

This commit is contained in:
Tianon Gravi 2017-02-10 12:41:10 -08:00
parent a71b16ff95
commit 35a8aa6aab
1 changed files with 4 additions and 4 deletions

View File

@ -230,8 +230,8 @@ func main() {
"descendants",
"progeny",
},
Usage: `print the repos built FROM a given repo or repo:tag`,
Flags: []cli.Flag{
Usage: `print the repos built FROM a given repo or repo:tag`,
Flags: []cli.Flag{
commonFlags["apply-constraints"],
},
Before: subcommandBeforeFactory("children"),
@ -245,8 +245,8 @@ func main() {
"ancestors",
"progenitors",
},
Usage: `print the repos this repo or repo:tag is FROM`,
Flags: []cli.Flag{
Usage: `print the repos this repo or repo:tag is FROM`,
Flags: []cli.Flag{
commonFlags["apply-constraints"],
},
Before: subcommandBeforeFactory("parents"),