Skip to content

Commit

Permalink
small format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mario-eth committed Aug 5, 2024
1 parent 8df57f9 commit 855421e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ fn generate_remappings(
remove_dep.name(),
remove_dep.version()
));
let remove_dep_orig = format!("dependencies/{}/", sanitized_name);
let remove_dep_orig = format!("dependencies/{sanitized_name}/");
for (remapped, orig) in existing_remappings {
if orig != remove_dep_orig {
new_remappings.push(format!("{}={}", remapped, orig));
Expand Down

0 comments on commit 855421e

Please sign in to comment.