mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
Run rustfmt
This commit is contained in:
parent
3355822422
commit
1564291471
8 changed files with 66 additions and 53 deletions
|
|
@ -6,9 +6,9 @@ use indicatif::ProgressIterator;
|
|||
use rand::Rng;
|
||||
use rand_distr::Pareto;
|
||||
|
||||
use aquatic_udp::common::handlers::*;
|
||||
use aquatic_udp::common::*;
|
||||
use aquatic_udp::config::Config;
|
||||
use aquatic_udp::common::handlers::*;
|
||||
|
||||
use crate::common::*;
|
||||
use crate::config::BenchConfig;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue