aboutsummaryrefslogtreecommitdiff
path: root/weed/command/filer_replication.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2018-09-21 01:56:43 -0700
committerChris Lu <chris.lu@gmail.com>2018-09-21 01:56:43 -0700
commitdb69ce89f09196f52b94aac4d9262230eb3355d6 (patch)
treeebbdc1e1e935b05e6b66ec4df199e8a8a3ceaad3 /weed/command/filer_replication.go
parenta6cfaba018984ba17b9eab802db909bac644b67b (diff)
downloadseaweedfs-db69ce89f09196f52b94aac4d9262230eb3355d6.tar.xz
seaweedfs-db69ce89f09196f52b94aac4d9262230eb3355d6.zip
go fmt
Diffstat (limited to 'weed/command/filer_replication.go')
-rw-r--r--weed/command/filer_replication.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/filer_replication.go b/weed/command/filer_replication.go
index 967577c72..c5a8b3c84 100644
--- a/weed/command/filer_replication.go
+++ b/weed/command/filer_replication.go
@@ -2,9 +2,9 @@ package command
import (
"github.com/chrislusf/seaweedfs/weed/glog"
+ "github.com/chrislusf/seaweedfs/weed/replication"
"github.com/chrislusf/seaweedfs/weed/server"
"github.com/spf13/viper"
- "github.com/chrislusf/seaweedfs/weed/replication"
)
func init() {