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