Format Rust code using rustfmt

This commit is contained in:
github-actions[bot] 2024-02-26 05:39:49 +00:00 committed by GitHub
parent d07ab9784f
commit 07a25a4757
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 4 deletions

View File

@ -1,6 +1,4 @@
use kinode_process_lib::{
await_next_request_body, call_init, println, Address, eth,
};
use kinode_process_lib::{await_next_request_body, call_init, eth, println, Address};
wit_bindgen::generate!({
path: "wit",

View File

@ -190,7 +190,7 @@ fn main(our: Address, mut state: State) -> anyhow::Result<()> {
"KeyUpdate(bytes32,bytes32)",
"IpUpdate(bytes32,uint128)",
"WsUpdate(bytes32,uint16)",
"RoutingUpdate(bytes32,bytes32[])"
"RoutingUpdate(bytes32,bytes32[])",
]);
// 60s timeout -- these calls can take a long time