Skip to content

Commit

Permalink
Remove unused comment
Browse files Browse the repository at this point in the history
  • Loading branch information
deg0nz committed May 14, 2022
1 parent c891ca1 commit affa466
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/theme.rs
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,6 @@ impl Theme for ColorfulTheme {
if active {
write!(f, "{}", self.active_item_style.apply_to(self.fuzzy_match_highlight_style.apply_to(c)))?;
} else {
// write!(f, "{}", self.fuzzy_match_highlight_style.apply_to(c).yellow())?;
write!(f, "{}", self.fuzzy_match_highlight_style.apply_to(c))?;
}
} else {
Expand Down

0 comments on commit affa466

Please sign in to comment.