From c4fd67ce49546a82ed8a9c255fb97505f5969e33 Mon Sep 17 00:00:00 2001 From: Matthijs Brobbel Date: Wed, 9 Nov 2022 10:05:02 +0100 Subject: [PATCH] Apply rustfmt --- tests/common/other.rs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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()