mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 10:45:30 +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,10 +94,10 @@ pub fn run(){
|
||||||
peers_per_torrent.percentile(99.9).unwrap(),
|
peers_per_torrent.percentile(99.9).unwrap(),
|
||||||
peers_per_torrent.maximum().unwrap(),
|
peers_per_torrent.maximum().unwrap(),
|
||||||
);
|
);
|
||||||
|
}
|
||||||
|
|
||||||
println!();
|
println!();
|
||||||
}
|
}
|
||||||
}
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue