From 8a2d52975994df381fdb4869dcce5e99a77cb2ed Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Mon, 23 Dec 2019 12:48:53 -0800 Subject: go fmt --- weed/shell/command_fs_du.go | 1 - 1 file changed, 1 deletion(-) (limited to 'weed/shell') 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) -- cgit v1.2.3