Explorar el Código

tools/benchmark/cmd: fix fmt warning in import path

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee hace 8 años
padre
commit
fcfbeb30e8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tools/benchmark/cmd/util.go

+ 1 - 1
tools/benchmark/cmd/util.go

@@ -21,10 +21,10 @@ import (
 	"os"
 	"strings"
 
+	"github.com/bgentry/speakeasy"
 	"github.com/coreos/etcd/clientv3"
 	"github.com/coreos/etcd/pkg/report"
 	"google.golang.org/grpc/grpclog"
-	"github.com/bgentry/speakeasy"
 )
 
 var (