fix gofmt error
This commit is contained in:
parent
95d4d9c4c1
commit
86424b5b79
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ intermediate private key.`,
|
||||||
app.Writer = os.Stdout
|
app.Writer = os.Stdout
|
||||||
app.ErrWriter = os.Stderr
|
app.ErrWriter = os.Stderr
|
||||||
app.Commands = []cli.Command{
|
app.Commands = []cli.Command{
|
||||||
cli.Command{
|
{
|
||||||
Name: "version",
|
Name: "version",
|
||||||
Usage: "Displays the current version of the cli",
|
Usage: "Displays the current version of the cli",
|
||||||
// Command prints out the current version of the tool
|
// Command prints out the current version of the tool
|
||||||
|
|
Loading…
Reference in a new issue