Skip to content

Commit 2cf170d

Browse files
committed
Fix formatting
Signed-off-by: JCW <[email protected]>
1 parent cccd8f0 commit 2cf170d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

include/xrpl/beast/utility/Journal.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ class Journal
638638
operator=(Journal const& other)
639639
{
640640
if (&other == this)
641-
return *this; // LCOV_EXCL_LINE
641+
return *this; // LCOV_EXCL_LINE
642642

643643
m_sink = other.m_sink;
644644
m_name = other.m_name;
@@ -996,7 +996,8 @@ setJsonValue(
996996
return;
997997
}
998998

999-
static_assert(ToCharsFormattable<ValueType> || StreamFormattable<ValueType>);
999+
static_assert(
1000+
ToCharsFormattable<ValueType> || StreamFormattable<ValueType>);
10001001
}
10011002
}
10021003
} // namespace detail

0 commit comments

Comments
 (0)