Skip to content

Commit

Permalink
stop printing extra newline after failed tests
Browse files Browse the repository at this point in the history
Change-Id: I864316b3b26525a67af3263e884dd2d3e462cc33
  • Loading branch information
oliverlee committed Dec 24, 2023
1 parent 26bfa1b commit 10a6133
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/default_printer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ class default_printer
*this << r.relation;
os_ << "\n";
display(os_, r.msg);
os_ << "\n";
}

os_ << "\n";
Expand Down

0 comments on commit 10a6133

Please sign in to comment.