We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 220f1ce commit 0cd892cCopy full SHA for 0cd892c
irpc-iroh/examples/0rtt.rs
@@ -94,7 +94,7 @@ async fn ping_one_0rtt(
94
let elapsed = t0.elapsed();
95
assert!(data == msg);
96
println!(
97
- "latency:{}",
+ "latency: {}",
98
latency
99
.map(|x| format!("{}ms", x.as_micros() as f64 / 1000.0))
100
.unwrap_or("unknown".into())
@@ -117,7 +117,7 @@ async fn ping_one_no_0rtt(
117
118
119
120
121
122
123
0 commit comments