Skip to content

Commit

Permalink
fix unittests
Browse files Browse the repository at this point in the history
Signed-off-by: Chmouel Boudjnah <[email protected]>
  • Loading branch information
chmouel committed Jun 28, 2023
1 parent 4d7a860 commit 5ca1434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ fn regexp_colorize(regexps: &[String]) -> HashMap<String, Color> {
"green" => Color::Green,
"white" => Color::White,
"black" => Color::Black,
_ => Color::Default,
_ => chosen,
};
reg = regexp.replace(format!("{colour}:").as_str(), "");
}
Expand Down

0 comments on commit 5ca1434

Please sign in to comment.