mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
aquatic stats print: fix newline printing issue
This commit is contained in:
parent
ff67998cc1
commit
afa4ad318f
1 changed files with 2 additions and 2 deletions
|
|
@ -94,9 +94,9 @@ pub fn run(){
|
|||
peers_per_torrent.percentile(99.9).unwrap(),
|
||||
peers_per_torrent.maximum().unwrap(),
|
||||
);
|
||||
|
||||
println!();
|
||||
}
|
||||
|
||||
println!();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue