mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-10 21:53:57 +08:00
various cleanups to address linter issues
Signed-off-by: Dominik Süß <dominik@suess.wtf>
This commit is contained in:
@@ -80,9 +80,8 @@ status of "ubuntu01" as "stopped" the following will delete resources held for
|
||||
default:
|
||||
if force {
|
||||
return killContainer(container)
|
||||
} else {
|
||||
return fmt.Errorf("cannot delete container %s that is not stopped: %s\n", id, s)
|
||||
}
|
||||
return fmt.Errorf("cannot delete container %s that is not stopped: %s\n", id, s)
|
||||
}
|
||||
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user