Skip to content

Commit c5e6567

Browse files
committed
fixup remove comma from stream report
1 parent f25b0ed commit c5e6567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/report/stream.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pub fn report<R: Resolver>(info: &TraceInfo, resolver: &R) -> anyhow::Result<()>
2727
let avg = hop.avg;
2828
let loss_pct = hop.loss_pct;
2929
println!(
30-
"ttl={ttl} addrs={addrs} exts={exts}, loss_pct={loss_pct:.1}, sent={sent} recv={recv} last={last:.1} best={best:.1} worst={worst:.1} avg={avg:.1} stddev={stddev:.1}"
30+
"ttl={ttl} addrs={addrs} exts={exts}, loss_pct={loss_pct:.1} sent={sent} recv={recv} last={last:.1} best={best:.1} worst={worst:.1} avg={avg:.1} stddev={stddev:.1}"
3131
);
3232
}
3333
sleep(info.min_round_duration);

0 commit comments

Comments
 (0)