remove extra line

pull/7173/head
Medya Gh 2020-03-23 23:02:27 -07:00
parent aec6fdc25a
commit 67bd258465
1 changed files with 0 additions and 1 deletions

View File

@ -225,7 +225,6 @@ func (d *Driver) Stop() error {
}
}
containers, err := d.runtime.ListContainers(cruntime.ListOptions{})
if err != nil {
return errors.Wrap(err, "containers")
}