From 6ddfef8359a619be9a49be7b33b466724eed0ecb Mon Sep 17 00:00:00 2001 From: Zeyla Hellyer Date: Sun, 17 Jun 2018 15:53:09 -0700 Subject: Remove extraneous spaces at the end of lines --- src/http/error.rs | 4 ++-- src/http/mod.rs | 12 ++++++------ src/http/ratelimiting.rs | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) (limited to 'src/http') diff --git a/src/http/error.rs b/src/http/error.rs index 2a5adeb..b433cb5 100644 --- a/src/http/error.rs +++ b/src/http/error.rs @@ -2,8 +2,8 @@ use hyper::client::Response; use std::{ error::Error as StdError, fmt::{ - Display, - Formatter, + Display, + Formatter, Result as FmtResult } }; diff --git a/src/http/mod.rs b/src/http/mod.rs index a80f53a..6eab4c0 100644 --- a/src/http/mod.rs +++ b/src/http/mod.rs @@ -33,18 +33,18 @@ pub use hyper::status::{StatusClass, StatusCode}; use constants; use hyper::{ client::{ - Client as HyperClient, - Request, - RequestBuilder, + Client as HyperClient, + Request, + RequestBuilder, Response as HyperResponse }, header::ContentType, method::Method, mime::{Mime, SubLevel, TopLevel}, net::HttpsConnector, - header, - Error as HyperError, - Result as HyperResult, + header, + Error as HyperError, + Result as HyperResult, Url }; use hyper_native_tls::NativeTlsClient; diff --git a/src/http/ratelimiting.rs b/src/http/ratelimiting.rs index ad1ea8f..e9008b4 100644 --- a/src/http/ratelimiting.rs +++ b/src/http/ratelimiting.rs @@ -50,8 +50,8 @@ use std::{ collections::HashMap, sync::Arc, time::Duration, - str, - thread, + str, + thread, i64 }; use super::{HttpError, LightMethod}; -- cgit v1.2.3