Browse Source

code style

pull/1490/head
limd 4 years ago
parent
commit
370a98cf6b
  1. 1
      weed/filesys/wfs.go

1
weed/filesys/wfs.go

@ -97,7 +97,6 @@ func NewSeaweedFileSystem(option *Option) *WFS {
})
entry, _ := filer_pb.GetEntry(wfs, util.FullPath(wfs.option.FilerMountRootPath))
wfs.root = &Dir{name: wfs.option.FilerMountRootPath, wfs: wfs, entry: entry}
wfs.fsNodeCache = newFsCache(wfs.root)

Loading…
Cancel
Save