Skip to content

Commit 0ca1767

Browse files
committed
Fix redundant semicolon.
1 parent cf8800a commit 0ca1767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testsuite/cache_messages.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ fn color() {
105105
return s.replace("\x1b[0m\x1b[0m", "\x1b[0m");
106106
#[cfg(not(windows))]
107107
return s.to_string();
108-
};
108+
}
109109

110110
let compare = |a, b| {
111111
assert_eq!(normalize(a), normalize(b));

0 commit comments

Comments
 (0)