aboutsummaryrefslogtreecommitdiff
path: root/weed/command/filer_replication.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2018-11-01 01:12:21 -0700
committerChris Lu <chris.lu@gmail.com>2018-11-01 01:12:21 -0700
commit3674ad9f8ea86cb4903eaf6f1e3c2598d7f602eb (patch)
tree84455debabf84e42856918f8eae708188bb8417d /weed/command/filer_replication.go
parentdb584ff7f8e6b5564ebab66fbe544bd6f626159d (diff)
downloadseaweedfs-3674ad9f8ea86cb4903eaf6f1e3c2598d7f602eb.tar.xz
seaweedfs-3674ad9f8ea86cb4903eaf6f1e3c2598d7f602eb.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 4780e9a3b..419ae3174 100644
--- a/weed/command/filer_replication.go
+++ b/weed/command/filer_replication.go
@@ -11,9 +11,9 @@ import (
_ "github.com/chrislusf/seaweedfs/weed/replication/sink/filersink"
_ "github.com/chrislusf/seaweedfs/weed/replication/sink/gcssink"
_ "github.com/chrislusf/seaweedfs/weed/replication/sink/s3sink"
+ "github.com/chrislusf/seaweedfs/weed/replication/sub"
"github.com/chrislusf/seaweedfs/weed/server"
"github.com/spf13/viper"
- "github.com/chrislusf/seaweedfs/weed/replication/sub"
)
func init() {