chore: Remove missed highlighting char from Issue #133

This commit is contained in:
Dan Wilhelm 2019-06-10 20:24:18 -07:00
parent 03cfe67500
commit f72e0ca979
1 changed files with 0 additions and 2 deletions

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