Browse Source

go fmt

pull/1998/head
Chris Lu 4 years ago
parent
commit
f62c153274
  1. 1
      weed/filesys/dir.go
  2. 1
      weed/util/http_util.go

1
weed/filesys/dir.go

@ -372,7 +372,6 @@ func (dir *Dir) Remove(ctx context.Context, req *fuse.RemoveRequest) error {
return fuse.EPERM
}
if !req.Dir {
return dir.removeOneFile(req)
}

1
weed/util/http_util.go

@ -145,7 +145,6 @@ func DeleteProxied(url string, jwt string) (body []byte, httpStatus int, err err
return
}
func GetBufferStream(url string, values url.Values, allocatedBytes []byte, eachBuffer func([]byte)) error {
r, err := client.PostForm(url, values)
if err != nil {

Loading…
Cancel
Save