Skip to content

Commit 16d7c96

Browse files
committed
./gradlew spotlessApply
1 parent 3a2ea83 commit 16d7c96

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

aws-xray/src/awsTest/java/io/opentelemetry/contrib/aws/xray/AwsXrayRemoteSamplerIntegrationTest.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@ class AwsXrayRemoteSamplerIntegrationTest {
3939

4040
@Container
4141
private static final GenericContainer<?> otelCollector =
42-
new GenericContainer<>(
43-
DockerImageName.parse(
44-
"otel/opentelemetry-collector-contrib:0.136.0"))
42+
new GenericContainer<>(DockerImageName.parse("otel/opentelemetry-collector-contrib:0.136.0"))
4543
.withExposedPorts(13133, 2000)
4644
.waitingFor(Wait.forHttp("/").forPort(13133))
4745
.withLogConsumer(new Slf4jLogConsumer(LoggerFactory.getLogger("otel-collector")))

0 commit comments

Comments
 (0)