Skip to content

Commit

Permalink
chore: Remove missed highlighting char from Issue rust-lang#133
Browse files Browse the repository at this point in the history
  • Loading branch information
danwilhelm committed Jun 11, 2019
1 parent 03cfe67 commit f72e0ca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<()> {
Expand Down

0 comments on commit f72e0ca

Please sign in to comment.