Skip to content

Commit bc9d420

Browse files
fixups
1 parent 87acc7f commit bc9d420

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

iroh/examples/transfer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ async fn provide(size: u64, relay_url: Option<String>) -> anyhow::Result<()> {
112112
let node_id = iroh_net::endpoint::get_remote_node_id(&conn)?;
113113
info!(
114114
"new connection from {node_id} with ALPN {} (coming from {})",
115-
String::from_utf8_lossy(&TRANSFER_ALPN),
115+
String::from_utf8_lossy(TRANSFER_ALPN),
116116
conn.remote_address()
117117
);
118118

0 commit comments

Comments
 (0)