Format Rust code using rustfmt

This commit is contained in:
github-actions[bot] 2024-02-08 15:22:27 +00:00 committed by GitHub
parent 4d97def768
commit 88ff12d14f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -461,7 +461,7 @@ async fn handle_kernel_request(
responder: tokio::sync::oneshot::channel().0,
})
.await
.expect("event loop: fatal: sender died");
.expect("event loop: fatal: sender died");
let _ = senders.remove(&process_id);
let process_handle = match process_handles.remove(&process_id) {
Some(ph) => ph,