fix linting and formatting

This commit is contained in:
Simon Aronsson 2020-04-24 13:45:24 +02:00
parent 00715e4633
commit 4672811983
7 changed files with 30 additions and 31 deletions

View file

@ -80,7 +80,7 @@ func stopStaleContainer(container container.Container, client container.Client,
return
}
}
if err := client.StopContainer(container, params.Timeout); err != nil {
log.Error(err)
}