Apply "gofmt"
This commit is contained in:
parent
a71b16ff95
commit
35a8aa6aab
|
|
@ -230,8 +230,8 @@ func main() {
|
||||||
"descendants",
|
"descendants",
|
||||||
"progeny",
|
"progeny",
|
||||||
},
|
},
|
||||||
Usage: `print the repos built FROM a given repo or repo:tag`,
|
Usage: `print the repos built FROM a given repo or repo:tag`,
|
||||||
Flags: []cli.Flag{
|
Flags: []cli.Flag{
|
||||||
commonFlags["apply-constraints"],
|
commonFlags["apply-constraints"],
|
||||||
},
|
},
|
||||||
Before: subcommandBeforeFactory("children"),
|
Before: subcommandBeforeFactory("children"),
|
||||||
|
|
@ -245,8 +245,8 @@ func main() {
|
||||||
"ancestors",
|
"ancestors",
|
||||||
"progenitors",
|
"progenitors",
|
||||||
},
|
},
|
||||||
Usage: `print the repos this repo or repo:tag is FROM`,
|
Usage: `print the repos this repo or repo:tag is FROM`,
|
||||||
Flags: []cli.Flag{
|
Flags: []cli.Flag{
|
||||||
commonFlags["apply-constraints"],
|
commonFlags["apply-constraints"],
|
||||||
},
|
},
|
||||||
Before: subcommandBeforeFactory("parents"),
|
Before: subcommandBeforeFactory("parents"),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue