Format Rust code using rustfmt

This commit is contained in:
github-actions[bot] 2023-12-19 15:17:00 +00:00 committed by GitHub
parent 417b442308
commit 1a3fba7a70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -256,7 +256,7 @@ async fn handle_request(
let file = open_file(open_files.clone(), path.clone(), false).await?;
let mut file = file.lock().await;
let mut contents = Vec::new();
file.read_to_end(&mut contents).await?;
(