cargo fmt

This commit is contained in:
Martin Algesten
2020-06-15 09:33:08 +02:00
parent b79383bbb4
commit 7a73fa1871
2 changed files with 5 additions and 10 deletions

View File

@@ -20,8 +20,7 @@ use crate::Response;
use super::SerdeValue;
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.