mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-28 17:40:25 +00:00
Reformat code with clang-format-18
This commit is contained in:
@@ -104,7 +104,8 @@ operator<<(std::ostream& os, PrettyAmount const& amount)
|
||||
|
||||
XRP_t const XRP{};
|
||||
|
||||
PrettyAmount IOU::operator()(epsilon_t) const
|
||||
PrettyAmount
|
||||
IOU::operator()(epsilon_t) const
|
||||
{
|
||||
return {STAmount(issue(), 1, -81), account.name()};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user