Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
joshrotenberg committed Mar 12, 2024
1 parent 3c9094f commit 62bfc1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_adr_tools.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ fn test_avoid_octal_numbers() {
let file = format!(
"{:04}-{}.md",
index + 1,
title.replace(" ", "-").to_ascii_lowercase()
title.replace(' ', "-").to_ascii_lowercase()
);
Command::cargo_bin("adrs")
.unwrap()
Expand Down

0 comments on commit 62bfc1e

Please sign in to comment.