summaryrefslogtreecommitdiff
path: root/src/watch/state.rs
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-10-14 01:28:34 +0200
committermo8it <mo8it@proton.me>2024-10-14 01:28:34 +0200
commit932bc25d8824e18debc91e5f25f022e8d066bcf8 (patch)
treeb7a9c18c00383d7a8457a327dc2bb81b94908a1f /src/watch/state.rs
parentbdc6dad8de2d3b47e33098fd55956ba03b131b27 (diff)
Remove unneeded line
Diffstat (limited to 'src/watch/state.rs')
-rw-r--r--src/watch/state.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/watch/state.rs b/src/watch/state.rs
index 8b58e31..0ac758c 100644
--- a/src/watch/state.rs
+++ b/src/watch/state.rs
@@ -281,8 +281,6 @@ impl<'a> WatchState<'a> {
}
pub fn check_all_exercises(&mut self, stdout: &mut StdoutLock) -> Result<ExercisesProgress> {
- stdout.write_all(b"\n")?;
-
if let Some(first_pending_exercise_ind) = self.app_state.check_all_exercises(stdout)? {
// Only change exercise if the current one is done.
if self.app_state.current_exercise().done {