mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-11-30 01:44:58 +03:00
Format Rust code using rustfmt
This commit is contained in:
parent
2b91a6c21c
commit
74072012f8
@ -887,8 +887,7 @@ async fn handle_local_message(
|
|||||||
let read = peer.read().await;
|
let read = peer.read().await;
|
||||||
printout.push_str(&format!(
|
printout.push_str(&format!(
|
||||||
"{}, routing_for={}\r\n",
|
"{}, routing_for={}\r\n",
|
||||||
read.identity.name,
|
read.identity.name, read.routing_for,
|
||||||
read.routing_for,
|
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
printout.push_str(&format!("we have {} entries in the PKI\r\n", pki.len()));
|
printout.push_str(&format!("we have {} entries in the PKI\r\n", pki.len()));
|
||||||
|
Loading…
Reference in New Issue
Block a user