mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
Fixing some lint issues
Signed-off-by: Amim Knabben <amim.knabben@gmail.com>
This commit is contained in:
@@ -112,7 +112,10 @@ func (t *tty) recvtty(process *libcontainer.Process, socket *os.File) (Err error
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
console.ClearONLCR(cons.Fd())
|
||||
err = console.ClearONLCR(cons.Fd())
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
epoller, err := console.NewEpoller()
|
||||
if err != nil {
|
||||
return err
|
||||
|
||||
Reference in New Issue
Block a user