cargo fmt

This commit is contained in:
Marcin Kulik
2024-07-02 19:31:54 +02:00
parent 1fd5b4b531
commit 0acc3970a3

View File

@@ -88,11 +88,7 @@ pub fn create_user_stream(stream_id: String, config: &Config) -> Result<GetUserS
.map_err(|e| e.into())
}
fn user_stream_request(
server_url: &Url,
stream_id: String,
install_id: String,
) -> RequestBuilder {
fn user_stream_request(server_url: &Url, stream_id: String, install_id: String) -> RequestBuilder {
let client = Client::new();
let mut url = server_url.clone();