mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-12-23 16:43:24 +03:00
Format Rust code using rustfmt
This commit is contained in:
parent
e5d2bbafc7
commit
4018a2ab3c
@ -1354,7 +1354,10 @@ async fn handle_kernel_response(
|
|||||||
send_to_terminal
|
send_to_terminal
|
||||||
.send(t::Printout {
|
.send(t::Printout {
|
||||||
verbosity: 0,
|
verbosity: 0,
|
||||||
content: format!("kernel: process {:?} seemingly could not be read from filesystem. km: {}", meta.process_id, km),
|
content: format!(
|
||||||
|
"kernel: process {:?} seemingly could not be read from filesystem. km: {}",
|
||||||
|
meta.process_id, km
|
||||||
|
),
|
||||||
})
|
})
|
||||||
.await
|
.await
|
||||||
.unwrap();
|
.unwrap();
|
||||||
|
Loading…
Reference in New Issue
Block a user