mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-23 07:10:53 +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:
@@ -11,11 +11,7 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
namespace xrpl {
|
||||
namespace test {
|
||||
namespace jtx {
|
||||
|
||||
namespace delegate {
|
||||
namespace xrpl::test::jtx::delegate {
|
||||
|
||||
Json::Value
|
||||
set(jtx::Account const& account,
|
||||
@@ -51,7 +47,4 @@ entry(jtx::Env& env, jtx::Account const& account, jtx::Account const& authorize)
|
||||
return env.rpc("json", "ledger_entry", to_string(jvParams));
|
||||
}
|
||||
|
||||
} // namespace delegate
|
||||
} // namespace jtx
|
||||
} // namespace test
|
||||
} // namespace xrpl
|
||||
} // namespace xrpl::test::jtx::delegate
|
||||
|
||||
Reference in New Issue
Block a user