Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
rklaehn committed Oct 2, 2024
1 parent a0c2284 commit 16e56da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iroh-net/src/endpoint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ impl Endpoint {
alpn: &[u8],
) -> Result<quinn::Connection> {
let node_addr = node_addr.into();
tracing::Span::current().record("remote", &node_addr.node_id.fmt_short());
tracing::Span::current().record("remote", node_addr.node_id.fmt_short());
// Connecting to ourselves is not supported.
if node_addr.node_id == self.node_id() {
bail!(
Expand Down

0 comments on commit 16e56da

Please sign in to comment.