mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-16 19:58:03 +01:00
cargo fmt
This commit is contained in:
@@ -88,11 +88,7 @@ pub fn create_user_stream(stream_id: String, config: &Config) -> Result<GetUserS
|
|||||||
.map_err(|e| e.into())
|
.map_err(|e| e.into())
|
||||||
}
|
}
|
||||||
|
|
||||||
fn user_stream_request(
|
fn user_stream_request(server_url: &Url, stream_id: String, install_id: String) -> RequestBuilder {
|
||||||
server_url: &Url,
|
|
||||||
stream_id: String,
|
|
||||||
install_id: String,
|
|
||||||
) -> RequestBuilder {
|
|
||||||
let client = Client::new();
|
let client = Client::new();
|
||||||
let mut url = server_url.clone();
|
let mut url = server_url.clone();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user