Skip to content

Commit

Permalink
Fix redundant semicolon.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss authored and alexcrichton committed Jan 12, 2021
1 parent 62812d2 commit 658ee07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testsuite/cache_messages.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ fn color() {
return s.replace("\x1b[0m\x1b[0m", "\x1b[0m");
#[cfg(not(windows))]
return s.to_string();
};
}

let compare = |a, b| {
assert_eq!(normalize(a), normalize(b));
Expand Down

0 comments on commit 658ee07

Please sign in to comment.