mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-23 15:20:54 +00:00
refactor: Enable clang-tidy readability-identifier-naming check (#6571)
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
namespace xrpl::test::jtx {
|
||||
|
||||
void
|
||||
last_ledger_seq::operator()(Env&, JTx& jt) const
|
||||
LastLedgerSeq::operator()(Env&, JTx& jt) const
|
||||
{
|
||||
jt["LastLedgerSequence"] = num_;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user