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:
@@ -96,7 +96,8 @@ STBase::getText() const
|
||||
return std::string();
|
||||
}
|
||||
|
||||
Json::Value STBase::getJson(JsonOptions /*options*/) const
|
||||
Json::Value
|
||||
STBase::getJson(JsonOptions /*options*/) const
|
||||
{
|
||||
return getText();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user