diff options
| author | Chris Lu <chris.lu@gmail.com> | 2018-09-22 00:12:10 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2018-09-22 00:12:10 -0700 |
| commit | 402ab598b63f08bc4950c9f278c86338d0c78643 (patch) | |
| tree | 036005a5f6a0c4c09281fdb2f6a2694e696ed0c7 /weed/filesys/file.go | |
| parent | 7bb62b9f21c92ad8c218eab236c136606fc7153a (diff) | |
| download | seaweedfs-402ab598b63f08bc4950c9f278c86338d0c78643.tar.xz seaweedfs-402ab598b63f08bc4950c9f278c86338d0c78643.zip | |
go fmt
Diffstat (limited to 'weed/filesys/file.go')
| -rw-r--r-- | weed/filesys/file.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/filesys/file.go b/weed/filesys/file.go index 911d678df..236995fa0 100644 --- a/weed/filesys/file.go +++ b/weed/filesys/file.go @@ -101,7 +101,7 @@ func (file *File) Setattr(ctx context.Context, req *fuse.SetattrRequest, resp *f request := &filer_pb.UpdateEntryRequest{ Directory: file.dir.Path, - Entry: file.entry, + Entry: file.entry, } glog.V(1).Infof("set attr file entry: %v", request) |
