Skip to content

Commit

Permalink
Fix cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeDevresse committed Dec 11, 2023
1 parent 26ec245 commit 58f2f46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/cargo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ impl Workspace {
let output_dir = metadata.target_directory.join("llvm-cov");
let doctests_dir = target_dir.join("doctestbins");

let name = metadata.workspace_root.file_name().expect("Don't use / as workspace root").to_owned();
let name =
metadata.workspace_root.file_name().expect("Don't use / as workspace root").to_owned();
let profdata_file = target_dir.join(format!("{name}.profdata"));

Ok(Self {
Expand Down

0 comments on commit 58f2f46

Please sign in to comment.