mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-11-26 00:32:45 +03:00
Format Rust code using rustfmt
This commit is contained in:
parent
4d97def768
commit
88ff12d14f
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user