Remove unneeded line

This commit is contained in:
mo8it
2024-10-14 01:28:34 +02:00
parent bdc6dad8de
commit 932bc25d88
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -152,7 +152,6 @@ fn main() -> Result<ExitCode> {
}
stdout.write_all(b"\n\n")?;
let pending = app_state.n_pending();
if pending == 1 {
stdout.write_all(b"One exercise pending: ")?;
@@ -167,6 +166,7 @@ fn main() -> Result<ExitCode> {
.current_exercise()
.terminal_file_link(&mut stdout)?;
stdout.write_all(b"\n")?;
return Ok(ExitCode::FAILURE);
} else {
app_state.render_final_message(&mut stdout)?;