code format

This commit is contained in:
Martin Algesten
2018-06-30 14:57:22 +02:00
parent 924393b811
commit c5fb12a1fe

View File

@@ -6,7 +6,8 @@ use std::sync::Arc;
use super::SerdeValue; use super::SerdeValue;
lazy_static! { lazy_static! {
static ref URL_BASE: Url = { Url::parse("http://localhost/").expect("Failed to parse URL_BASE") }; static ref URL_BASE: Url = { Url::parse("http://localhost/")
.expect("Failed to parse URL_BASE") };
} }
/// Request instances are builders that creates a request. /// Request instances are builders that creates a request.