various cleanups to address linter issues

Signed-off-by: Dominik Süß <dominik@suess.wtf>
This commit is contained in:
Dominik Süß
2018-10-13 21:14:03 +02:00
parent 398f670bcb
commit 0b412e9482
16 changed files with 23 additions and 78 deletions
+1 -2
View File
@@ -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