summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorDan Wilhelm <dan@danwilhelm.com>2019-06-10 20:24:18 -0700
committerDan Wilhelm <dan@danwilhelm.com>2019-06-10 20:24:18 -0700
commitf72e0ca9790f2dc8a2839c6084a540dd9912a0a7 (patch)
treee506badf2c145bf39250c32e91fff8be5a2d4188 /src/main.rs
parent03cfe675003b6ae823e41b92bc4f7c45f83872c5 (diff)
chore: Remove missed highlighting char from Issue #133
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 0 insertions, 2 deletions
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<()> {