aquatic stats print: fix newline printing issue

This commit is contained in:
Joakim Frostegård 2020-04-08 11:56:30 +02:00
parent ff67998cc1
commit afa4ad318f

View file

@ -94,9 +94,9 @@ 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!();
} }
}); });
} }