Skip to content

Commit c495918

Browse files
committed
formatting
1 parent dfd5cba commit c495918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/async_support.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ pub async fn process_request(
141141
progress.status = RequestStatus::Error;
142142
progress.final_response = Some(Response {
143143
status: reqwest::StatusCode::BAD_REQUEST, // Default status code for errors
144-
version: reqwest::Version::HTTP_11, // Default to HTTP/1.1 for errors
144+
version: reqwest::Version::HTTP_11, // Default to HTTP/1.1 for errors
145145
headers: reqwest::header::HeaderMap::new(),
146146
body: Err(format!("Request error: {e}")),
147147
});

0 commit comments

Comments
 (0)