mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-12-23 08:32:23 +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(t::Printout {
|
||||
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
|
||||
.unwrap();
|
||||
|
Loading…
Reference in New Issue
Block a user