mirror of
https://github.com/uqbar-dao/nectar.git
synced 2025-01-02 05:28:22 +03:00
Format Rust code using rustfmt
This commit is contained in:
parent
77338b9c31
commit
7f3a66db48
@ -1012,7 +1012,7 @@ async fn handle_local_message(
|
||||
}
|
||||
_ => {
|
||||
parse_hello_message(&our, &km, ipc, &kernel_message_tx, &print_tx).await?;
|
||||
return Ok(())
|
||||
return Ok(());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user