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
No known key found for this signature in database
GPG Key ID: 33173CB6F77F4277
1 changed files with 1 additions and 1 deletions

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())