*: rerun "gofmt"

Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
This commit is contained in:
Gyuho Lee
2018-08-28 18:25:39 -07:00
parent 379a1869c5
commit 0ef9ef3c74
31 changed files with 31 additions and 31 deletions

View File

@ -18,8 +18,8 @@ import (
"errors"
"time"
"go.etcd.io/etcd/client"
"github.com/urfave/cli"
"go.etcd.io/etcd/client"
)
// NewMakeDirCommand returns the CLI command for "mkdir".