cargo fmt

This commit is contained in:
shenjack 2024-03-23 09:57:13 +08:00
parent 458fb72b24
commit df7ba9484d
Signed by: shenjack
GPG Key ID: 7B1134A979775551

View File

@ -108,7 +108,7 @@ pub fn cacl(config: CacluateConfig, id: u64, outfile: &PathBuf) {
start_time = std::time::Instant::now();
k = 0;
}
if (prop + config.prop_allow as f32) > config.prop_expect as f32 {
let name = gen_name(i as u64);
let full_name = format!("{}@{}", name, config.team);