Browse Source

go fmt

pull/1167/head
Chris Lu 5 years ago
parent
commit
8a2d529759
  1. 1
      weed/shell/command_fs_du.go

1
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)

Loading…
Cancel
Save