mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-11-22 11:22:59 +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")]
|
||||
if let Some(message) = recv_from_loop.recv().await {
|
||||
match handle_message(
|
||||
&our_node,
|
||||
message,
|
||||
&mut state,
|
||||
&send_to_loop,
|
||||
).await {
|
||||
match handle_message(&our_node, message, &mut state, &send_to_loop).await {
|
||||
Ok(Some(to_print)) => {
|
||||
Printout::new(2, to_print).send(&send_to_terminal).await;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user