Commit 1027673f authored by Kirill Smelkov's avatar Kirill Smelkov Committed by Han-Wen Nienhuys

fuse: Attr.String: No need to cast *Attr to *Attr

parent 815666ab
...@@ -5,5 +5,5 @@ ...@@ -5,5 +5,5 @@
package fuse package fuse
func (a *Attr) String() string { func (a *Attr) String() string {
return Print((*Attr)(a)) return Print(a)
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment