Skip to content

Commit 3c13df8

Browse files
committed
Fix rustfmt errors
1 parent b5180f7 commit 3c13df8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ pub enum Protocol {
329329
}
330330

331331
/// A builder for `TlsConnector`s.
332-
///
332+
///
333333
/// You can get one from [`TlsConnector::builder()`](TlsConnector::builder)
334334
pub struct TlsConnectorBuilder {
335335
identity: Option<Identity>,
@@ -519,7 +519,7 @@ impl TlsConnector {
519519
}
520520

521521
/// A builder for `TlsAcceptor`s.
522-
///
522+
///
523523
/// You can get one from [`TlsAcceptor::builder()`](TlsAcceptor::builder)
524524
pub struct TlsAcceptorBuilder {
525525
identity: Identity,

0 commit comments

Comments
 (0)