Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
francisdb committed Feb 7, 2025
1 parent 4cb811d commit 47863b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vpxtool_cli/src/frontend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ fn prompt(msg: &str) {
.unwrap();
}

fn prompt_error(msg: &String) {
fn prompt_error(msg: &str) {
prompt(&msg.truecolor(255, 125, 0).to_string());
}

Expand Down

0 comments on commit 47863b7

Please sign in to comment.