Fix formatting

See gh-43139
This commit is contained in:
Phillip Webb 2024-11-20 10:00:02 -08:00
parent 223427e96d
commit 0c2d5e6c50
1 changed files with 2 additions and 2 deletions

View File

@ -166,8 +166,8 @@ public final class HttpComponentsClientHttpRequestFactoryBuilder
Function<SslBundle, TlsSocketStrategy> tlsSocketStrategyFactory) {
Assert.notNull(tlsSocketStrategyFactory, "'tlsSocketStrategyFactory' must not be null");
return new HttpComponentsClientHttpRequestFactoryBuilder(getCustomizers(), this.httpClientCustomizer,
this.connectionManagerCustomizer, this.socketConfigCustomizer,
this.defaultRequestConfigCustomizer, tlsSocketStrategyFactory);
this.connectionManagerCustomizer, this.socketConfigCustomizer, this.defaultRequestConfigCustomizer,
tlsSocketStrategyFactory);
}
/**