Browse Source

go fmt

pull/1598/head
Chris Lu 4 years ago
parent
commit
7d5db73d98
  1. 1
      weed/filesys/filehandle.go

1
weed/filesys/filehandle.go

@ -197,7 +197,6 @@ func (fh *FileHandle) Release(ctx context.Context, req *fuse.ReleaseRequest) err
fh.f.wfs.ReleaseHandle(fh.f.fullpath(), fuse.HandleID(fh.handle))
}
return nil
}

Loading…
Cancel
Save