Skip to content

Commit 96d90eb

Browse files
committed
Fix formatting
1 parent 44996ee commit 96d90eb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spring-boot-project/spring-boot-actuator-autoconfigure/src/test/java/org/springframework/boot/actuate/autoconfigure/tracing/zipkin/ZipkinConfigurationsSenderConfigurationTests.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,7 @@ void shouldUseCustomHttpEndpointSupplierFactory() {
8080
.withClassLoader(new FilteredClassLoader(HttpClient.class))
8181
.run((context) -> {
8282
URLConnectionSender urlConnectionSender = context.getBean(URLConnectionSender.class);
83-
assertThat(urlConnectionSender)
84-
.extracting("delegate.endpointSupplier")
83+
assertThat(urlConnectionSender).extracting("delegate.endpointSupplier")
8584
.isInstanceOf(CustomHttpEndpointSupplier.class);
8685
});
8786
}

0 commit comments

Comments
 (0)