Skip to content

Commit

Permalink
fix: small clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
fowles committed Aug 14, 2024
1 parent a6d8009 commit b67b774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/repo_path.rs
Original file line number Diff line number Diff line change
Expand Up @@ -938,7 +938,7 @@ mod tests {

let format = |before, after| {
ui.format_copied_path(repo_path(before), repo_path(after))
.replace("\\", "/")
.replace('\\', "/")
};

assert_eq!(format("one/two/three", "one/two/three"), "one/two/three");
Expand Down

0 comments on commit b67b774

Please sign in to comment.