re-add missing newline after test blocks.

This commit is contained in:
KtorZ
2024-03-07 18:28:21 +01:00
parent 23a22a65cb
commit 0d599f7e2d

View File

@@ -201,7 +201,7 @@ impl EventListener for Terminal {
let summary = format!("{}{}", seed_info, fmt_test_summary(results, true));
println!(
"{}",
"{}\n",
pretty::indent(
&pretty::open_box(&title, &tests, &summary, |border| border
.if_supports_color(Stderr, |s| s.bright_black())