Skip to content

Commit 73d1c89

Browse files
committed
rustfmt
1 parent 8e446f7 commit 73d1c89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stream.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ pub(crate) fn connect_http(unit: &Unit) -> Result<Stream, Error> {
9898

9999
#[cfg(feature = "tls")]
100100
pub(crate) fn connect_https(unit: &Unit) -> Result<Stream, Error> {
101-
use std::sync::Arc;
102101
use lazy_static::lazy_static;
102+
use std::sync::Arc;
103103

104104
lazy_static! {
105105
static ref TLS_CONF: Arc<rustls::ClientConfig> = {

0 commit comments

Comments
 (0)