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:
@@ -80,7 +80,8 @@ STVector256::isEquivalent(const STBase& t) const
|
||||
return v && (mValue == v->mValue);
|
||||
}
|
||||
|
||||
Json::Value STVector256::getJson(JsonOptions) const
|
||||
Json::Value
|
||||
STVector256::getJson(JsonOptions) const
|
||||
{
|
||||
Json::Value ret(Json::arrayValue);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user