mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-22 14:50:54 +00:00
refactor: Enable clang-tidy readability-identifier-naming check (#6571)
This commit is contained in:
@@ -8,11 +8,11 @@
|
||||
namespace xrpl::test::jtx {
|
||||
|
||||
void
|
||||
seq::operator()(Env&, JTx& jt) const
|
||||
Seq::operator()(Env&, JTx& jt) const
|
||||
{
|
||||
if (!manual_)
|
||||
return;
|
||||
jt.fill_seq = false;
|
||||
jt.fillSeq = false;
|
||||
if (num_)
|
||||
jt[jss::Sequence] = *num_;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user