mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-12-23 08:32:23 +03:00
Format Rust code using rustfmt
This commit is contained in:
parent
d07ab9784f
commit
07a25a4757
@ -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",
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user