Skip to content

Commit 60becc5

Browse files
authored
small formatting tweak to trigger CI
1 parent a5d5ddf commit 60becc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/http.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ pub fn build_proxy_connector(
139139
tls_settings: MaybeTlsSettings,
140140
proxy_config: &ProxyConfig,
141141
) -> Result<ProxyConnector<HttpsConnector<HttpConnector>>, HttpError> {
142-
// Create dedicated TLS connector for the proxied connection with user tls settings.
142+
// Create dedicated TLS connector for the proxied connection with user TLS settings.
143143
let tls = tls_connector_builder(&tls_settings)
144144
.context(BuildTlsConnectorSnafu)?
145145
.build();

0 commit comments

Comments
 (0)