Format Rust code using rustfmt

This commit is contained in:
github-actions[bot] 2024-10-02 01:53:15 +00:00 committed by GitHub
parent a2fa27610c
commit 01337236ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,