cargo fmt

This commit is contained in:
James Wilson
2021-08-12 11:21:36 +01:00
parent 9017f328f0
commit 230987036a
8 changed files with 70 additions and 44 deletions
+1 -1
View File
@@ -242,7 +242,7 @@ struct SoakTestOpts {
log_output: bool,
/// How many worker threads should the soak test runner use?
#[structopt(long, default_value = "4")]
test_worker_threads: usize
test_worker_threads: usize,
}
/// Get soak test args from an envvar and parse them via structopt.