udp load test: run cargo fmt

This commit is contained in:
Joakim Frostegård 2021-11-17 01:59:45 +01:00
parent fc6f3c299e
commit 71a093dcec
4 changed files with 9 additions and 5 deletions

View file

@ -6,7 +6,6 @@ use aquatic_cli_helpers::LogLevel;
#[cfg(feature = "cpu-pinning")]
use aquatic_common::cpu_pinning::CpuPinningConfig;
#[derive(Clone, Debug, Serialize, Deserialize)]
#[serde(default)]
pub struct Config {
@ -121,4 +120,4 @@ impl Default for HandlerConfig {
torrent_selection_pareto_shape: 2.0,
}
}
}
}