Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk authored Feb 4, 2025
1 parent 8e958c4 commit 6cd9380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/tests/plot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fn test_demos() {
harness.get_by_label(&name).click();
harness.run();

if let Err(error) = harness.try_snapshot(&format!("demos/{}", name)) {
if let Err(error) = harness.try_snapshot(&format!("demos/{name}")) {
errors.push(error);
}
}
Expand Down

0 comments on commit 6cd9380

Please sign in to comment.