From e0dcc337ac6e29e14b566dd0c536ff512ddbf4f8 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Mon, 17 May 2021 12:25:49 +0200 Subject: [PATCH] rustfmt fixup Signed-off-by: Wolfgang Bumiller --- proxmox-http/src/client/connector.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxmox-http/src/client/connector.rs b/proxmox-http/src/client/connector.rs index abbd0f1a..acbb9922 100644 --- a/proxmox-http/src/client/connector.rs +++ b/proxmox-http/src/client/connector.rs @@ -14,8 +14,8 @@ use tokio_openssl::SslStream; use proxmox::sys::linux::socket::set_tcp_keepalive; -use crate::tls::MaybeTlsStream; use crate::proxy_config::ProxyConfig; +use crate::tls::MaybeTlsStream; use crate::uri::build_authority; #[derive(Clone)]