clippy errors

This commit is contained in:
Jack Wright 2024-06-27 21:32:53 -07:00
parent 2804b7e241
commit d41e13e539

View File

@ -213,7 +213,7 @@ pub fn send_request2(
match http_body {
HttpBody::None => {
return send_cancellable_request(&request_url, Box::new(|| request.call()), ctrl_c);
send_cancellable_request(&request_url, Box::new(|| request.call()), ctrl_c)
}
HttpBody::ByteStream(byte_stream) => {
let bytes = byte_stream.into_bytes()?;