Skip to content

Commit 2e7e219

Browse files
zhenggulbajolet-hashicorp
authored andcommitted
correct format
1 parent 98dc2d9 commit 2e7e219

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

builder/openstack/step_create_volume.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ func (s *StepCreateVolume) Cleanup(state multistep.StateBag) {
114114
// Delete the volume in any status if exists.
115115
err = volumes.Delete(blockStorageClient, s.volumeID, volumes.DeleteOpts{}).ExtractErr()
116116
if err != nil {
117-
ui.Error(fmt.Sprintf("Error cleaning up volume %q: %s. This may need manual deletion.", s.volumeID, err))
117+
ui.Error(fmt.Sprintf(
118+
"Error cleaning up volume %q: %s. This may need manual deletion.", s.volumeID, err))
118119
}
119120
}

0 commit comments

Comments
 (0)