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
@@ -69,9 +69,8 @@ func (h *signalHandler) forward(process *libcontainer.Process, tty *tty, detach
if detach {
h.notifySocket.run(pid1)
return 0, nil
} else {
go h.notifySocket.run(0)
}
go h.notifySocket.run(0)
}
// Perform the initial tty resize. Always ignore errors resizing because