From 10a61336c893d7a26d98fa89972d448f15ab4a91 Mon Sep 17 00:00:00 2001 From: Oliver Lee Date: Sun, 24 Dec 2023 13:49:09 -0800 Subject: [PATCH] stop printing extra newline after failed tests Change-Id: I864316b3b26525a67af3263e884dd2d3e462cc33 --- src/default_printer.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/default_printer.hpp b/src/default_printer.hpp index 6ba3e2c..75668c0 100644 --- a/src/default_printer.hpp +++ b/src/default_printer.hpp @@ -129,7 +129,6 @@ class default_printer *this << r.relation; os_ << "\n"; display(os_, r.msg); - os_ << "\n"; } os_ << "\n";