aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils.rs
diff options
context:
space:
mode:
authorJokler <jokler.contact@gmail.com>2019-12-07 20:06:20 +0100
committerJokler <jokler.contact@gmail.com>2019-12-07 20:06:20 +0100
commitc7ea1433942bee14be096f39c67136801039263f (patch)
treee960cf8dfc9814cadffb2e1eeb31bc01211b0e8a /src/utils.rs
parent22a3fcec1ec96451012614265e2653ab5f251df1 (diff)
downloadfrippy-c7ea1433942bee14be096f39c67136801039263f.tar.gz
frippy-c7ea1433942bee14be096f39c67136801039263f.zip
Run cargo fmt on all files
Diffstat (limited to 'src/utils.rs')
-rw-r--r--src/utils.rs2
1 files changed, 1 insertions, 1 deletions
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};