aboutsummaryrefslogtreecommitdiff
path: root/weed/filesys/wfs.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-03-14 13:21:02 -0700
committerChris Lu <chris.lu@gmail.com>2021-03-14 13:21:02 -0700
commit35d939a1d21322e7eb1d58899ebf4929f4fd2a72 (patch)
tree81bdbb840c0b0726910979f43602b0d314f640a7 /weed/filesys/wfs.go
parent2d4c2db81df0b5012705c395aa306cd077cc36f4 (diff)
downloadseaweedfs-35d939a1d21322e7eb1d58899ebf4929f4fd2a72.tar.xz
seaweedfs-35d939a1d21322e7eb1d58899ebf4929f4fd2a72.zip
go fmt
Diffstat (limited to 'weed/filesys/wfs.go')
-rw-r--r--weed/filesys/wfs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/filesys/wfs.go b/weed/filesys/wfs.go
index 7a6b4fa2b..7c3907326 100644
--- a/weed/filesys/wfs.go
+++ b/weed/filesys/wfs.go
@@ -131,7 +131,7 @@ 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: filer.FromPbEntry(wfs.option.FilerMountRootPath,entry)}
+ wfs.root = &Dir{name: wfs.option.FilerMountRootPath, wfs: wfs, entry: filer.FromPbEntry(wfs.option.FilerMountRootPath, entry)}
wfs.fsNodeCache = newFsCache(wfs.root)
if wfs.option.ConcurrentWriters > 0 {