Skip to content

Commit 8025cfa

Browse files
committed
Fix issues
Signed-off-by: JCW <[email protected]>
1 parent 8338a31 commit 8025cfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libxrpl/beast/utility/beast_Journal.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ Journal::ScopedStream::ScopedStream(
363363

364364
Journal::ScopedStream::~ScopedStream()
365365
{
366-
std::string s(m_ostream.str());
366+
std::string s = m_ostream.str();
367367
if (!s.empty())
368368
{
369369
if (s == "\n")

0 commit comments

Comments
 (0)