diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-03-14 13:21:02 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-03-14 13:21:02 -0700 |
| commit | 35d939a1d21322e7eb1d58899ebf4929f4fd2a72 (patch) | |
| tree | 81bdbb840c0b0726910979f43602b0d314f640a7 /weed/filesys/wfs.go | |
| parent | 2d4c2db81df0b5012705c395aa306cd077cc36f4 (diff) | |
| download | seaweedfs-35d939a1d21322e7eb1d58899ebf4929f4fd2a72.tar.xz seaweedfs-35d939a1d21322e7eb1d58899ebf4929f4fd2a72.zip | |
go fmt
Diffstat (limited to 'weed/filesys/wfs.go')
| -rw-r--r-- | weed/filesys/wfs.go | 2 |
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 { |
