- fixing the complaint on the gofmt

This commit is contained in:
Rohith 2015-08-10 23:57:05 +01:00
parent bb31cd29ea
commit dc23ded091

View File

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