Skip to content

Commit 034b929

Browse files
committed
gofmt fix
1 parent 73eaa84 commit 034b929

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ func main() {
5959
Usage: "the google cloud project for secrets without a project prefix",
6060
},
6161
&cli.BoolFlag{
62-
Name: "interactive",
62+
Name: "interactive",
6363
Aliases: []string{"i"},
64-
Usage: "use this flag if the command expects some input from the stdin",
64+
Usage: "use this flag if the command expects some input from the stdin",
6565
},
6666
},
6767
Commands: []*cli.Command{

0 commit comments

Comments
 (0)