Skip to content

Commit 2a0afaa

Browse files
committed
Make rustfmt happy
1 parent 331ac2f commit 2a0afaa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/acceptor.rs

+3-1
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ impl From<Arc<ServerConfig>> for TlsAcceptor {
7777

7878
impl From<ServerConfig> for TlsAcceptor {
7979
fn from(inner: ServerConfig) -> TlsAcceptor {
80-
TlsAcceptor { inner: Arc::new(inner) }
80+
TlsAcceptor {
81+
inner: Arc::new(inner),
82+
}
8183
}
8284
}

0 commit comments

Comments
 (0)