mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
Reformat code with clang-format-18
This commit is contained in:
@@ -48,7 +48,8 @@ struct nonhash
|
||||
memcpy(data_.data(), key, len);
|
||||
}
|
||||
|
||||
explicit operator std::size_t() noexcept
|
||||
explicit
|
||||
operator std::size_t() noexcept
|
||||
{
|
||||
return WIDTH;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user