From 3a6933eb45e6163e6c1a102eb4c263ecb9d34f7a Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Thu, 2 Apr 2015 12:20:12 +0200 Subject: Cosmetic change: Do not print a newline for the first headline --- test/integration/TestLogger.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'test/integration/TestLogger.hpp') diff --git a/test/integration/TestLogger.hpp b/test/integration/TestLogger.hpp index 1c18191..d861a71 100644 --- a/test/integration/TestLogger.hpp +++ b/test/integration/TestLogger.hpp @@ -44,6 +44,7 @@ class Logger { private: std::ostream &os; Terminal terminal; + bool first; public: Logger(std::ostream &os, bool useColor); -- cgit v1.2.3