aboutsummaryrefslogtreecommitdiff
path: root/weed/server
diff options
context:
space:
mode:
authorLei Liu <liul.stone@gmail.com>2019-11-27 22:57:14 +0800
committerLei Liu <liul.stone@gmail.com>2019-11-27 23:08:51 +0800
commit1ba3456ac260abd8a29b9fdb63fd361e055dbf38 (patch)
tree32746486a904bbf29b766e29b11994fb9786504a /weed/server
parent4c87b222f14cccd514045753178b182705a6c213 (diff)
downloadseaweedfs-1ba3456ac260abd8a29b9fdb63fd361e055dbf38.tar.xz
seaweedfs-1ba3456ac260abd8a29b9fdb63fd361e055dbf38.zip
go fmt
Signed-off-by: Lei Liu <liul.stone@gmail.com>
Diffstat (limited to 'weed/server')
-rw-r--r--weed/server/volume_grpc_tier.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/server/volume_grpc_tier.go b/weed/server/volume_grpc_tier.go
index d910db740..cbd344ed0 100644
--- a/weed/server/volume_grpc_tier.go
+++ b/weed/server/volume_grpc_tier.go
@@ -35,4 +35,4 @@ func uploadFileToRemote(ctx context.Context, req *volume_server_pb.VolumeTierCop
println("copying dat file of", f.Name(), "to remote")
return nil
-} \ No newline at end of file
+}