We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cargo fmt
1 parent 5f3e7ae commit 44eac98Copy full SHA for 44eac98
postgres-openssl/src/lib.rs
@@ -73,7 +73,8 @@ use tokio_postgres::tls::{ChannelBinding, TlsConnect};
73
#[cfg(test)]
74
mod test;
75
76
-type ConfigCallback = dyn Fn(&mut ConnectConfiguration, &str) -> Result<(), ErrorStack> + Sync + Send;
+type ConfigCallback =
77
+ dyn Fn(&mut ConnectConfiguration, &str) -> Result<(), ErrorStack> + Sync + Send;
78
79
/// A `MakeTlsConnect` implementation using the `openssl` crate.
80
///
0 commit comments