diff --git a/crates/reporting/src/cli.rs b/crates/reporting/src/cli.rs index ca8dcaf100..401cb07975 100644 --- a/crates/reporting/src/cli.rs +++ b/crates/reporting/src/cli.rs @@ -32,7 +32,7 @@ impl Problems { const YELLOW: &str = ANSI_STYLE_CODES.yellow; print!( - "{}{}\x1B[39m {} and {}{}\x1B[39m {} found in {} ms", + "{}{}\x1B[39m {} and {}{}\x1B[39m {} found in {} ms\n", match self.errors { 0 => GREEN, _ => YELLOW,