code format
This commit is contained in:
@@ -6,7 +6,8 @@ use std::sync::Arc;
|
||||
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