mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-23 15:20:54 +00:00
chore: Enable clang-tidy modernize checks (#6975)
Co-authored-by: Bart <11445373+bthomee@users.noreply.github.com> Co-authored-by: Bart <bthomee@users.noreply.github.com>
This commit is contained in:
@@ -38,8 +38,7 @@ owned_count_helper(
|
||||
|
||||
} // namespace detail
|
||||
|
||||
namespace test {
|
||||
namespace jtx {
|
||||
namespace test::jtx {
|
||||
|
||||
void
|
||||
owners::operator()(Env& env) const
|
||||
@@ -47,6 +46,6 @@ owners::operator()(Env& env) const
|
||||
env.test.expect(env.le(account_)->getFieldU32(sfOwnerCount) == value_);
|
||||
}
|
||||
|
||||
} // namespace jtx
|
||||
} // namespace test
|
||||
} // namespace test::jtx
|
||||
|
||||
} // namespace xrpl
|
||||
|
||||
Reference in New Issue
Block a user