mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-04-25 03:02:12 +00:00
remove newline
This commit is contained in:
parent
c8839a5b55
commit
07bfdbcca0
@ -403,7 +403,7 @@ impl ClosestPeersIter {
|
||||
p.log.iter().for_each(|(i, s)| {
|
||||
// TODO: show negative difference?
|
||||
let elapsed = i.saturating_duration_since(created_at).as_millis().to_string();
|
||||
log::info!("[iterlog] \t{: <45?}\t+{}ms\n", s, elapsed)
|
||||
log::info!("[iterlog] \t{: <45?}\t+{}ms", s, elapsed)
|
||||
});
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user