aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_fs_du.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2019-12-23 12:48:53 -0800
committerChris Lu <chris.lu@gmail.com>2019-12-23 12:48:53 -0800
commit8a2d52975994df381fdb4869dcce5e99a77cb2ed (patch)
tree96535d0e7bbc39279d38ef737af911cd95c169f7 /weed/shell/command_fs_du.go
parent09ca936c78c1044412f47dc06caff1bf08273e60 (diff)
downloadseaweedfs-8a2d52975994df381fdb4869dcce5e99a77cb2ed.tar.xz
seaweedfs-8a2d52975994df381fdb4869dcce5e99a77cb2ed.zip
go fmt
Diffstat (limited to 'weed/shell/command_fs_du.go')
-rw-r--r--weed/shell/command_fs_du.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/weed/shell/command_fs_du.go b/weed/shell/command_fs_du.go
index b6e767f17..1d7d79686 100644
--- a/weed/shell/command_fs_du.go
+++ b/weed/shell/command_fs_du.go
@@ -45,7 +45,6 @@ func (c *commandFsDu) Do(args []string, commandEnv *CommandEnv, writer io.Writer
path = path + "/"
}
-
var blockCount, byteCount uint64
dir, name := filer2.FullPath(path).DirAndName()
blockCount, byteCount, err = duTraverseDirectory(ctx, writer, commandEnv.getFilerClient(filerServer, filerPort), dir, name)