aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/colors.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/colors.rs b/src/colors.rs
index 848507a..bb1744c 100644
--- a/src/colors.rs
+++ b/src/colors.rs
@@ -117,9 +117,7 @@ impl Colors {
&self,
t: &mut term::Terminal<Output=W>,
) {
- self.print_wrapped(t, |t| {
- write!(t, "{}", "\n").unwrap();
- });
+ write!(t, "{}", "\n").unwrap();
}
pub fn print_host<W: std::io::Write>(