mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-05 17:56:49 +00:00
refactor: Enable more clang-tidy readability checks (#6595)
Co-authored-by: Sergey Kuznetsov <kuzzz99@gmail.com>
This commit is contained in:
@@ -149,13 +149,13 @@ AMMTestBase::testAMM(std::function<void(jtx::AMM&, jtx::Env&)> const& cb, TestAM
|
||||
}
|
||||
|
||||
XRPAmount
|
||||
AMMTest::reserve(jtx::Env& env, std::uint32_t count) const
|
||||
AMMTest::reserve(jtx::Env& env, std::uint32_t count)
|
||||
{
|
||||
return env.current()->fees().accountReserve(count);
|
||||
}
|
||||
|
||||
XRPAmount
|
||||
AMMTest::ammCrtFee(jtx::Env& env) const
|
||||
AMMTest::ammCrtFee(jtx::Env& env)
|
||||
{
|
||||
return env.current()->fees().increment;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user