From 44aa394e1e91ed1834fc7f9d7a2f68735033e34e Mon Sep 17 00:00:00 2001 From: JCW Date: Wed, 3 Sep 2025 15:05:23 +0100 Subject: [PATCH] Fix formatting Signed-off-by: JCW --- include/xrpl/beast/utility/Journal.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/xrpl/beast/utility/Journal.h b/include/xrpl/beast/utility/Journal.h index 433bc784ca..66df05379a 100644 --- a/include/xrpl/beast/utility/Journal.h +++ b/include/xrpl/beast/utility/Journal.h @@ -638,7 +638,7 @@ public: operator=(Journal const& other) { if (&other == this) - return *this; // LCOV_EXCL_LINE + return *this; // LCOV_EXCL_LINE m_sink = other.m_sink; m_name = other.m_name; @@ -996,7 +996,8 @@ setJsonValue( return; } - static_assert(ToCharsFormattable || StreamFormattable); + static_assert( + ToCharsFormattable || StreamFormattable); } } } // namespace detail