Fix: run cargo fmt

This commit is contained in:
Basti Ortiz 2022-08-15 00:14:55 +08:00
parent 5f3e7aecad
commit 44eac98271
No known key found for this signature in database
GPG Key ID: 1402D5CB17F48E1B

View File

@ -73,7 +73,8 @@ use tokio_postgres::tls::{ChannelBinding, TlsConnect};
#[cfg(test)]
mod test;
type ConfigCallback = dyn Fn(&mut ConnectConfiguration, &str) -> Result<(), ErrorStack> + Sync + Send;
type ConfigCallback =
dyn Fn(&mut ConnectConfiguration, &str) -> Result<(), ErrorStack> + Sync + Send;
/// A `MakeTlsConnect` implementation using the `openssl` crate.
///