Skip to content

Commit 44eac98

Browse files
committed
Fix: run cargo fmt
1 parent 5f3e7ae commit 44eac98

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

postgres-openssl/src/lib.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ use tokio_postgres::tls::{ChannelBinding, TlsConnect};
7373
#[cfg(test)]
7474
mod test;
7575

76-
type ConfigCallback = dyn Fn(&mut ConnectConfiguration, &str) -> Result<(), ErrorStack> + Sync + Send;
76+
type ConfigCallback =
77+
dyn Fn(&mut ConnectConfiguration, &str) -> Result<(), ErrorStack> + Sync + Send;
7778

7879
/// A `MakeTlsConnect` implementation using the `openssl` crate.
7980
///

0 commit comments

Comments
 (0)