aboutsummaryrefslogtreecommitdiff
path: root/weed/operation/grpc_client.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2018-10-14 00:30:20 -0700
committerChris Lu <chris.lu@gmail.com>2018-10-14 00:30:20 -0700
commit91ac2e0dd920c0f629f4076202267afbac74a62c (patch)
tree62fd114662eb8e3f3a2785199b013bc770ccdfe6 /weed/operation/grpc_client.go
parent249eeccf32261171bf2806a39bef10e797894343 (diff)
downloadseaweedfs-91ac2e0dd920c0f629f4076202267afbac74a62c.tar.xz
seaweedfs-91ac2e0dd920c0f629f4076202267afbac74a62c.zip
go fmt
Diffstat (limited to 'weed/operation/grpc_client.go')
-rw-r--r--weed/operation/grpc_client.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/operation/grpc_client.go b/weed/operation/grpc_client.go
index c27954c53..324166f93 100644
--- a/weed/operation/grpc_client.go
+++ b/weed/operation/grpc_client.go
@@ -2,12 +2,12 @@ package operation
import (
"fmt"
- "strings"
"strconv"
+ "strings"
"github.com/chrislusf/seaweedfs/weed/glog"
- "github.com/chrislusf/seaweedfs/weed/pb/volume_server_pb"
"github.com/chrislusf/seaweedfs/weed/pb/master_pb"
+ "github.com/chrislusf/seaweedfs/weed/pb/volume_server_pb"
"github.com/chrislusf/seaweedfs/weed/util"
)