Remove blank line

pull/6917/head
Thomas Stromberg 2020-03-06 12:15:58 -08:00
parent 120dce7b56
commit 6f46393123
1 changed files with 0 additions and 1 deletions

View File

@ -310,7 +310,6 @@ func (d *Driver) Start() error {
// Stop a host gracefully, including any containers that we are managing.
func (d *Driver) Stop() error {
cmd := exec.Command(d.NodeConfig.OCIBinary, "stop", d.MachineName)
if err := cmd.Run(); err != nil {
return errors.Wrapf(err, "stopping %s", d.MachineName)