Skip to content

Commit 29f380d

Browse files
committed
checkstyle
1 parent 604e707 commit 29f380d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docker-compose-junit-jupiter/src/test/java/com/palantir/docker/compose/DockerComposeExtensionTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ public class DockerComposeExtensionTest {
3535
public void calls_after_only_once() throws IOException, InterruptedException {
3636
AtomicInteger count = new AtomicInteger();
3737
DockerComposeExtension dockerComposeExtension = new DockerComposeExtension() {
38-
3938
@Override
4039
public void before() {
4140
throw new IllegalStateException("some error");

0 commit comments

Comments
 (0)