Polish whitespace

This commit is contained in:
Phillip Webb
2020-01-30 17:02:47 -08:00
parent 653cabe2ce
commit 234c5033d4
11 changed files with 26 additions and 37 deletions

View File

@@ -203,7 +203,6 @@ class Lifecycle implements Closeable {
try {
this.docker.container().start(reference);
this.docker.container().logs(reference, logConsumer::accept);
ContainerStatus status = this.docker.container().wait(reference);
if (status.getStatusCode() != 0) {
throw new BuilderException(phase.getName(), status.getStatusCode());