Skip to content

Commit f72e0ca

Browse files
committed
chore: Remove missed highlighting char from Issue #133
1 parent 03cfe67 commit f72e0ca

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,6 @@ fn main() {
8787
let text = fs::read_to_string("default_out.txt").unwrap();
8888
println!("{}", text);
8989
}
90-
91-
println!("\x1b[0m");
9290
}
9391

9492
fn watch(exercises: &[Exercise]) -> notify::Result<()> {

0 commit comments

Comments
 (0)