cargo fmt

This commit is contained in:
Joakim Frostegård 2023-01-25 22:50:25 +01:00
parent 3d2ae26b13
commit b073d61bf3

View file

@ -128,8 +128,9 @@ fn monitor_statistics(state: LoadTestState, config: &Config) {
let statistics = state.statistics.as_ref();
let responses_announce =
statistics.responses_announce.fetch_and(0, Ordering::Relaxed) as f64;
let responses_announce = statistics
.responses_announce
.fetch_and(0, Ordering::Relaxed) as f64;
// let response_peers = statistics.response_peers
// .fetch_and(0, Ordering::Relaxed) as f64;