From 73d1c89e905a8de06b8c10fe6192694e4b3edf30 Mon Sep 17 00:00:00 2001 From: "Chris West (Faux)" Date: Mon, 27 May 2019 17:25:43 +0100 Subject: [PATCH] rustfmt --- src/stream.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stream.rs b/src/stream.rs index aaf0d2a..29cd466 100644 --- a/src/stream.rs +++ b/src/stream.rs @@ -98,8 +98,8 @@ pub(crate) fn connect_http(unit: &Unit) -> Result { #[cfg(feature = "tls")] pub(crate) fn connect_https(unit: &Unit) -> Result { - use std::sync::Arc; use lazy_static::lazy_static; + use std::sync::Arc; lazy_static! { static ref TLS_CONF: Arc = {