Skip to content

Commit

Permalink
cargo clippy --fix
Browse files Browse the repository at this point in the history
  • Loading branch information
teiesti authored and ZachJHansen committed Aug 24, 2024
1 parent bc87640 commit 8e855f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/command_line/procedures.rs
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ pub fn main() -> Result<()> {
}
},
Err(error) => {
println!("> Proving {} ended with an error", "<a problem>"); // TODO: Get the name of the problem
println!("> Proving <a problem> ended with an error"); // TODO: Get the name of the problem
println!("Error: {error}");
success = false;
}
Expand Down

0 comments on commit 8e855f2

Please sign in to comment.