Browse Source

Apply "gofmt"

Tianon Gravi 8 years ago
parent
commit
310ccec573
1 changed files with 4 additions and 4 deletions
  1. 4 4
      bashbrew/go/src/bashbrew/main.go

+ 4 - 4
bashbrew/go/src/bashbrew/main.go

@@ -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"),