Skip to content

Commit

Permalink
stop printing extra newline after failed tests (#17)
Browse files Browse the repository at this point in the history
Change-Id: Iab70b19402e159a244f864f1396930775eb3e542
  • Loading branch information
oliverlee authored Dec 25, 2023
1 parent 26bfa1b commit 6a38877
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 6a38877

Please sign in to comment.