mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
Reformat code with clang-format-18
This commit is contained in:
@@ -238,7 +238,8 @@ public:
|
||||
return m_sink.active(m_level);
|
||||
}
|
||||
|
||||
explicit operator bool() const
|
||||
explicit
|
||||
operator bool() const
|
||||
{
|
||||
return active();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user