Fix formatting

Signed-off-by: JCW <a1q123456@users.noreply.github.com>
This commit is contained in:
JCW
2025-08-22 14:26:26 +01:00
parent 516271e8fc
commit b6c2b5cec5
2 changed files with 2 additions and 7 deletions

View File

@@ -98,7 +98,6 @@ TEST_CASE("Text logs")
CHECK(logStream.str().find("\n") == std::string::npos); CHECK(logStream.str().find("\n") == std::string::npos);
} }
TEST_CASE("Test format output") TEST_CASE("Test format output")
{ {
std::string output; std::string output;

View File

@@ -87,12 +87,8 @@ private:
TEST_CASE_FIXTURE(JsonLogStreamFixture, "TestJsonLogFields") TEST_CASE_FIXTURE(JsonLogStreamFixture, "TestJsonLogFields")
{ {
journal().debug() << std::boolalpha journal().debug() << std::boolalpha << true << std::noboolalpha << " Test "
<< true << std::boolalpha << false;
<< std::noboolalpha
<< " Test "
<< std::boolalpha
<< false;
Json::Value logValue; Json::Value logValue;
Json::Reader reader; Json::Reader reader;