aboutsummaryrefslogtreecommitdiff
path: root/weed/filesys/dir.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/filesys/dir.go')
-rw-r--r--weed/filesys/dir.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/filesys/dir.go b/weed/filesys/dir.go
index 95afbf265..d8b0847d3 100644
--- a/weed/filesys/dir.go
+++ b/weed/filesys/dir.go
@@ -66,7 +66,7 @@ func (dir *Dir) Attr(context context.Context, attr *fuse.Attr) error {
return err
}
- if resp.Entry!=nil {
+ if resp.Entry != nil {
dir.attributes = resp.Entry.Attributes
}