mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-12-03 15:37:08 +03:00
Format Rust code using rustfmt
This commit is contained in:
parent
417b442308
commit
1a3fba7a70
@ -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?;
|
||||
|
||||
(
|
||||
|
Loading…
Reference in New Issue
Block a user