Format Rust code using rustfmt

This commit is contained in:
github-actions[bot] 2023-11-09 20:47:40 +00:00 committed by GitHub
parent 77338b9c31
commit 7f3a66db48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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(());
}
}
}