Commit dc23ded0 authored by Rohith's avatar Rohith

- fixing the complaint on the gofmt

parent bb31cd29
...@@ -155,7 +155,7 @@ func (util *RBDUtil) loadRBD(builder *rbdBuilder, mnt string) error { ...@@ -155,7 +155,7 @@ func (util *RBDUtil) loadRBD(builder *rbdBuilder, mnt string) error {
if err = decoder.Decode(builder); err != nil { if err = decoder.Decode(builder); err != nil {
return fmt.Errorf("rbd: decode err: %v.", err) return fmt.Errorf("rbd: decode err: %v.", err)
} }
return nil return nil
} }
......
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