Apply pedantic Clippy lints

This commit is contained in:
mo8it
2026-03-14 17:29:37 +01:00
parent 0ffeb14402
commit 337f6b1521
6 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -171,9 +171,9 @@ fn main() -> Result<ExitCode> {
stdout.write_all(b"\n")?;
return Ok(ExitCode::FAILURE);
} else {
app_state.render_final_message(&mut stdout)?;
}
app_state.render_final_message(&mut stdout)?;
}
Some(Subcommands::Reset { name }) => {
app_state.set_current_exercise_by_name(&name)?;