chore: Remove missed highlighting char from Issue #133
This commit is contained in:
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…
Reference in a new issue