aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2018-10-11 00:05:54 -0700
committerChris Lu <chris.lu@gmail.com>2018-10-11 00:05:54 -0700
commit1d7e01b754069d188094e110fe8c5a5141ac3519 (patch)
tree2f416d58a8577f5bf127a16a40327c76d0c87190
parentda6154b29c71c5f12d482ffd773e77d492b89371 (diff)
downloadseaweedfs-1d7e01b754069d188094e110fe8c5a5141ac3519.tar.xz
seaweedfs-1d7e01b754069d188094e110fe8c5a5141ac3519.zip
reformat
-rw-r--r--weed/command/filer.go2
-rw-r--r--weed/command/server.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/weed/command/filer.go b/weed/command/filer.go
index 75809008d..a65139b15 100644
--- a/weed/command/filer.go
+++ b/weed/command/filer.go
@@ -3,6 +3,7 @@ package command
import (
"net/http"
"strconv"
+ "strings"
"time"
"github.com/chrislusf/seaweedfs/weed/glog"
@@ -10,7 +11,6 @@ import (
"github.com/chrislusf/seaweedfs/weed/server"
"github.com/chrislusf/seaweedfs/weed/util"
"google.golang.org/grpc/reflection"
- "strings"
)
var (
diff --git a/weed/command/server.go b/weed/command/server.go
index 875feebad..22f347134 100644
--- a/weed/command/server.go
+++ b/weed/command/server.go
@@ -13,7 +13,7 @@ import (
"github.com/chrislusf/seaweedfs/weed/glog"
"github.com/chrislusf/seaweedfs/weed/pb/master_pb"
"github.com/chrislusf/seaweedfs/weed/server"
- "github.com/chrislusf/seaweedfs/weed/util"
+ "github.com/chrislusf/seaweedfs/weed/util"
"github.com/gorilla/mux"
"github.com/soheilhy/cmux"
"google.golang.org/grpc/reflection"