Format Rust code using rustfmt

This commit is contained in:
github-actions[bot] 2023-11-06 17:04:43 +00:00 committed by GitHub
parent 2b91a6c21c
commit 74072012f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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