Skip to content

Commit 0c2d5e6

Browse files
committed
Fix formatting
See gh-43139
1 parent 223427e commit 0c2d5e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/http/client/HttpComponentsClientHttpRequestFactoryBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ public HttpComponentsClientHttpRequestFactoryBuilder withTlsSocketStrategyFactor
166166
Function<SslBundle, TlsSocketStrategy> tlsSocketStrategyFactory) {
167167
Assert.notNull(tlsSocketStrategyFactory, "'tlsSocketStrategyFactory' must not be null");
168168
return new HttpComponentsClientHttpRequestFactoryBuilder(getCustomizers(), this.httpClientCustomizer,
169-
this.connectionManagerCustomizer, this.socketConfigCustomizer,
170-
this.defaultRequestConfigCustomizer, tlsSocketStrategyFactory);
169+
this.connectionManagerCustomizer, this.socketConfigCustomizer, this.defaultRequestConfigCustomizer,
170+
tlsSocketStrategyFactory);
171171
}
172172

173173
/**

0 commit comments

Comments
 (0)