From c7ea1433942bee14be096f39c67136801039263f Mon Sep 17 00:00:00 2001 From: Jokler Date: Sat, 7 Dec 2019 20:06:20 +0100 Subject: Run cargo fmt on all files --- src/utils.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils.rs') diff --git a/src/utils.rs b/src/utils.rs index ef4d419..51bd423 100644 --- a/src/utils.rs +++ b/src/utils.rs @@ -2,7 +2,7 @@ use std::borrow::Cow; use std::io::{self, Read}; use std::time::Duration; -use reqwest::header::{CONNECTION, HeaderValue}; +use reqwest::header::{HeaderValue, CONNECTION}; use reqwest::{Client, ClientBuilder}; use self::error::{DownloadError, ErrorKind}; -- cgit v1.2.3-70-g09d2