Add a newline when reporting test failures

This commit is contained in:
Hristo Georgiev 2024-03-03 19:44:04 +00:00
parent 26e21addee
commit c47fff04d2

View file

@ -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,