mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 23:15:14 +00:00
- fixing the complaint on the gofmt
This commit is contained in:
parent
bb31cd29ea
commit
dc23ded091
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user