Remove highlighting char, Issue

This commit is contained in:
Dan Wilhelm 2019-06-09 22:56:41 -07:00
parent 58e4d82e0b
commit 184c4e02d9

View file

@ -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<()> {