fix formatting with make format_fix

This commit is contained in:
Brian Gough
2020-06-02 09:18:38 +01:00
parent 8c60406bb5
commit 17c14b1192
4 changed files with 14 additions and 19 deletions

View File

@@ -412,7 +412,7 @@ module.exports = DockerRunner = {
})
}
)
var inspectContainer = (isRetry) =>
var inspectContainer = isRetry =>
container.inspect(function(error, stats) {
if ((error != null ? error.statusCode : undefined) === 404) {
return createAndStartContainer()