aboutsummaryrefslogtreecommitdiff
path: root/weed/replication
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-07-21 14:38:12 -0700
committerChris Lu <chris.lu@gmail.com>2021-07-21 14:38:12 -0700
commit7359193e974e8ee30d2b2625ae30008ad940d1a6 (patch)
tree4ff6c24a6b7cf3ba797eb0c9a014dc8ab9468bad /weed/replication
parentcc32436d63a433b436ab74c99fe7246242a83716 (diff)
downloadseaweedfs-7359193e974e8ee30d2b2625ae30008ad940d1a6.tar.xz
seaweedfs-7359193e974e8ee30d2b2625ae30008ad940d1a6.zip
go fmt
Diffstat (limited to 'weed/replication')
-rw-r--r--weed/replication/sink/filersink/filer_sink.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/replication/sink/filersink/filer_sink.go b/weed/replication/sink/filersink/filer_sink.go
index 3898f2c58..2b526cc52 100644
--- a/weed/replication/sink/filersink/filer_sink.go
+++ b/weed/replication/sink/filersink/filer_sink.go
@@ -5,7 +5,7 @@ import (
"fmt"
"github.com/chrislusf/seaweedfs/weed/pb"
"github.com/chrislusf/seaweedfs/weed/wdclient"
- "math"
+ "math"
"google.golang.org/grpc"