From ab403d999846e1aed40b4093a89ec8185f0ab162 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Mon, 4 Sep 2017 19:56:45 +0200 Subject: [PATCH] Format --- src/asns.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/asns.rs b/src/asns.rs index 6a63d48..cd4cd6b 100644 --- a/src/asns.rs +++ b/src/asns.rs @@ -1,10 +1,10 @@ use flate2::read::GzDecoder; -use hyper::net::HttpsConnector; use hyper::{self, Client}; +use hyper::net::HttpsConnector; use hyper_native_tls::NativeTlsClient; use std::cmp::{Eq, Ord, Ordering, PartialEq, PartialOrd}; -use std::collections::Bound::{Included, Unbounded}; use std::collections::BTreeSet; +use std::collections::Bound::{Included, Unbounded}; use std::io::prelude::*; use std::net::IpAddr; use std::str::FromStr;