Skip to content

Commit

Permalink
Apply rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrobbel committed Nov 9, 2022
1 parent 50fac05 commit c4fd67c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tests/common/other.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit c4fd67c

Please sign in to comment.