From 83f9284b056ec71f9fd3a2119d28b3340158bf98 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Sat, 12 May 2018 13:45:19 +0300 Subject: [PATCH] Cargo fmt --- hammond-data/src/models/source.rs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hammond-data/src/models/source.rs b/hammond-data/src/models/source.rs index 9035db4..1749f6c 100644 --- a/hammond-data/src/models/source.rs +++ b/hammond-data/src/models/source.rs @@ -4,8 +4,9 @@ use rss::Channel; use url::Url; use hyper::client::HttpConnector; -use hyper::header::{ETag, EntityTag, HttpDate, IfModifiedSince, IfNoneMatch, LastModified, - Location, UserAgent}; +use hyper::header::{ + ETag, EntityTag, HttpDate, IfModifiedSince, IfNoneMatch, LastModified, Location, UserAgent, +}; use hyper::{Client, Method, Request, Response, StatusCode, Uri}; use hyper_tls::HttpsConnector;