Skip to content

Commit efdb22e

Browse files
author
yngrtc
committed
fix fmt
1 parent dcfefd7 commit efdb22e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dtls/examples/hub/src/utilities.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,5 +110,4 @@ pub fn load_certificate(path: PathBuf) -> Result<Vec<CertificateDer<'static>>, E
110110
Ok(certs) => Ok(certs.into_iter().map(CertificateDer::from).collect()),
111111
Err(_) => Err(Error::ErrNoCertificateFound),
112112
}
113-
114113
}

0 commit comments

Comments
 (0)