Fix issues

Signed-off-by: JCW <a1q123456@users.noreply.github.com>
This commit is contained in:
JCW
2025-08-29 23:06:24 +01:00
parent 53c0e7cace
commit 71b568d355

View File

@@ -363,7 +363,7 @@ Journal::ScopedStream::ScopedStream(
Journal::ScopedStream::~ScopedStream()
{
std::string s(m_ostream.str());
std::string s = m_ostream.str();
if (!s.empty())
{
if (s == "\n")