mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 19:15:54 +00:00
Reformat code with clang-format-18
This commit is contained in:
@@ -52,11 +52,13 @@ struct JsonOptions
|
||||
{
|
||||
}
|
||||
|
||||
[[nodiscard]] constexpr explicit operator underlying_t() const noexcept
|
||||
[[nodiscard]] constexpr explicit
|
||||
operator underlying_t() const noexcept
|
||||
{
|
||||
return value;
|
||||
}
|
||||
[[nodiscard]] constexpr explicit operator bool() const noexcept
|
||||
[[nodiscard]] constexpr explicit
|
||||
operator bool() const noexcept
|
||||
{
|
||||
return value != 0u;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user