mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-27 17:10:46 +00:00
style: More clang-tidy identifier renaming (#7290)
This commit is contained in:
@@ -296,7 +296,7 @@ class NoRippleCheckLimits_test : public beast::unit_test::Suite
|
||||
if (c.balance() > kWarningThreshold)
|
||||
{
|
||||
using ct = beast::AbstractClock<steady_clock>;
|
||||
c.entry().local_balance =
|
||||
c.entry().localBalance =
|
||||
DecayingSample<kDecayWindowSeconds, ct>{steady_clock::now()};
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user