Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed Apr 21, 2021
1 parent 3c47f7c commit 121af8a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/connector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,10 @@ where

#[cfg(feature = "rustls")]
/// Use rustls connector.
pub fn rustls(self, config: std::sync::Arc<ClientConfig>) -> RedisConnector<A, RustlsConnector<A>> {
pub fn rustls(
self,
config: std::sync::Arc<ClientConfig>,
) -> RedisConnector<A, RustlsConnector<A>> {
RedisConnector {
address: self.address,
passwords: self.passwords,
Expand Down

0 comments on commit 121af8a

Please sign in to comment.