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:
@@ -7,12 +7,8 @@
|
||||
#include <xrpl/protocol/SField.h>
|
||||
#include <xrpl/protocol/jss.h>
|
||||
|
||||
namespace xrpl {
|
||||
namespace test {
|
||||
namespace jtx {
|
||||
|
||||
/** DID operations. */
|
||||
namespace did {
|
||||
namespace xrpl::test::jtx::did {
|
||||
|
||||
Json::Value
|
||||
set(jtx::Account const& account)
|
||||
@@ -42,9 +38,4 @@ del(jtx::Account const& account)
|
||||
return jv;
|
||||
}
|
||||
|
||||
} // namespace did
|
||||
|
||||
} // namespace jtx
|
||||
|
||||
} // namespace test
|
||||
} // namespace xrpl
|
||||
} // namespace xrpl::test::jtx::did
|
||||
|
||||
Reference in New Issue
Block a user