diff --git a/src/main.rs b/src/main.rs
index 85c91b9..f78f13c 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -87,8 +87,6 @@ fn main() {
         let text = fs::read_to_string("default_out.txt").unwrap();
         println!("{}", text);
     }
-
-    println!("\x1b[0m");
 }
 
 fn watch(exercises: &[Exercise]) -> notify::Result<()> {