mirror of
https://github.com/uqbar-dao/nectar.git
synced 2025-01-03 06:11:01 +03:00
Format Rust code using rustfmt
This commit is contained in:
parent
a2fa27610c
commit
01337236ac
@ -267,11 +267,7 @@ async fn update_max_fds(state: &mut State) -> anyhow::Result<()> {
|
||||
Ok(())
|
||||
}
|
||||
|
||||
async fn send_cull(
|
||||
our_node: &str,
|
||||
send_to_loop: &MessageSender,
|
||||
state: &State,
|
||||
) {
|
||||
async fn send_cull(our_node: &str, send_to_loop: &MessageSender, state: &State) {
|
||||
let message = Message::Request(Request {
|
||||
inherit: false,
|
||||
expects_response: None,
|
||||
|
Loading…
Reference in New Issue
Block a user