Format Rust code using rustfmt

This commit is contained in:
github-actions[bot] 2023-10-04 19:42:31 +00:00 committed by GitHub
parent e5d2bbafc7
commit 4018a2ab3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();