aboutsummaryrefslogtreecommitdiff
path: root/weed/replication/sink/fetch_write.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/replication/sink/fetch_write.go')
-rw-r--r--weed/replication/sink/fetch_write.go7
1 files changed, 4 insertions, 3 deletions
diff --git a/weed/replication/sink/fetch_write.go b/weed/replication/sink/fetch_write.go
index e432aa45c..4408a712e 100644
--- a/weed/replication/sink/fetch_write.go
+++ b/weed/replication/sink/fetch_write.go
@@ -2,10 +2,11 @@ package sink
import (
"context"
- "sync"
- "strings"
"fmt"
- "github.com/chrislusf/seaweedfs/weed/glog"
+ "strings"
+ "sync"
+
+ "github.com/chrislusf/seaweedfs/weed/glog"
"github.com/chrislusf/seaweedfs/weed/operation"
"github.com/chrislusf/seaweedfs/weed/pb/filer_pb"
"github.com/chrislusf/seaweedfs/weed/util"