mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-11-26 11:53:31 +03:00
Format Rust code using rustfmt
This commit is contained in:
parent
1b43493c0e
commit
5fc94c4dcb
@ -171,12 +171,7 @@ pub async fn fd_manager(
|
|||||||
}
|
}
|
||||||
#[cfg(target_os = "windows")]
|
#[cfg(target_os = "windows")]
|
||||||
if let Some(message) = recv_from_loop.recv().await {
|
if let Some(message) = recv_from_loop.recv().await {
|
||||||
match handle_message(
|
match handle_message(&our_node, message, &mut state, &send_to_loop).await {
|
||||||
&our_node,
|
|
||||||
message,
|
|
||||||
&mut state,
|
|
||||||
&send_to_loop,
|
|
||||||
).await {
|
|
||||||
Ok(Some(to_print)) => {
|
Ok(Some(to_print)) => {
|
||||||
Printout::new(2, to_print).send(&send_to_terminal).await;
|
Printout::new(2, to_print).send(&send_to_terminal).await;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user