diff --git a/src/printer.rs b/src/printer.rs index 6867da96..91aaa36a 100644 --- a/src/printer.rs +++ b/src/printer.rs @@ -135,7 +135,7 @@ impl<'a> Printer<'a> { regions.iter() .map(|&(style, text)| as_terminal_escaped(style, text, true_color, colored_output)) .collect::>() - .join(" ") + .join("") )?; } else { for &(style, text) in regions.iter() {