Skip to content

Commit 68d7404

Browse files
committed
Fix formatting
Signed-off-by: JCW <[email protected]>
1 parent 9d0df26 commit 68d7404

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/libxrpl/beast/utility/beast_Journal.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -191,10 +191,7 @@ Journal::initMessageContext(
191191
std::source_location location,
192192
severities::Severity severity) const
193193
{
194-
currentJsonLogContext_.reset(
195-
location,
196-
severity,
197-
m_attributesJson);
194+
currentJsonLogContext_.reset(location, severity, m_attributesJson);
198195
}
199196

200197
std::string_view

0 commit comments

Comments
 (0)