chore: Remove missed highlighting char from Issue #133

pull/176/head
Dan Wilhelm 5 years ago
parent 03cfe67500
commit f72e0ca979

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

Loading…
Cancel
Save