Skip to content

Commit

Permalink
fix text coloring
Browse files Browse the repository at this point in the history
  • Loading branch information
o2sh committed Jul 5, 2021
1 parent d890933 commit 23e6d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/info/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ impl Info {
f: &mut std::fmt::Formatter,
) -> std::fmt::Result {
let info_colored = info.color(self.text_colors.info);
self.write_info_line(label, &info_colored, f)
writeln!(f, "{} {}", &self.get_formatted_subtitle_label(label), info_colored)
}

fn write_info_line(
Expand Down

0 comments on commit 23e6d53

Please sign in to comment.