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

@@ -17,8 +17,8 @@ package command
import (
"fmt"
v3 "go.etcd.io/etcd/clientv3"
"github.com/spf13/cobra"
v3 "go.etcd.io/etcd/clientv3"
)
// NewAlarmCommand returns the cobra command for "alarm".