cargo fmt
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user