diff --git a/tests/common/other.rs b/tests/common/other.rs index bb01340d6..4e3360d77 100644 --- a/tests/common/other.rs +++ b/tests/common/other.rs @@ -184,9 +184,10 @@ pub fn check_wheel_files( cargo: CargoOptions { manifest_path: Some(manifest_path), quiet: true, - target_dir: Some(PathBuf::from( - format!("test-crates/targets/{}", unique_name), - )), + target_dir: Some(PathBuf::from(format!( + "test-crates/targets/{}", + unique_name + ))), ..Default::default() }, ..Default::default()