Skip to content

Commit 3eb6937

Browse files
committed
Bumping versions
1 parent ff7f755 commit 3eb6937

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spring-cloud-openfeign-core/src/test/java/org/springframework/cloud/openfeign/test/Http2ClientConfigurationTests.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,7 @@ static class TestConfig {
8282

8383
@Bean
8484
public Http2ClientCustomizer customizer() {
85-
return builder -> builder
86-
.proxy(ProxySelector.of(new InetSocketAddress("localhost", 1234)));
85+
return builder -> builder.proxy(ProxySelector.of(new InetSocketAddress("localhost", 1234)));
8786
}
8887

8988
}

0 commit comments

Comments
 (0)