*: 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

@ -15,8 +15,8 @@
package command
import (
"go.etcd.io/etcd/client"
"github.com/urfave/cli"
"go.etcd.io/etcd/client"
)
// NewSetDirCommand returns the CLI command for "setDir".