Skip to content

Commit a51576c

Browse files
committed
Spotless fix
1 parent 2e9595e commit a51576c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

x-pack/test/smb-fixture/src/main/java/org/elasticsearch/test/fixtures/smb/SmbTestContainer.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,7 @@ public SmbTestContainer() {
4646
addExposedPort(AD_LDAP_GC_PORT);
4747

4848
setWaitStrategy(
49-
new WaitAllStrategy()
50-
.withStrategy(Wait.forLogMessage(".*Samba started.*", 1))
51-
.withStrategy(Wait.forListeningPort())
49+
new WaitAllStrategy().withStrategy(Wait.forLogMessage(".*Samba started.*", 1)).withStrategy(Wait.forListeningPort())
5250
);
5351

5452
getCreateContainerCmdModifiers().add(createContainerCmd -> {

0 commit comments

Comments
 (0)