diff options
Diffstat (limited to 'src/http/error.rs')
| -rw-r--r-- | src/http/error.rs | 4 |
1 files changed, 2 insertions, 2 deletions
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 } }; |