mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-27 17:10:46 +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:
@@ -31,10 +31,7 @@
|
||||
#include <cstdint>
|
||||
#include <optional>
|
||||
|
||||
namespace xrpl {
|
||||
namespace test {
|
||||
namespace jtx {
|
||||
namespace oracle {
|
||||
namespace xrpl::test::jtx::oracle {
|
||||
|
||||
struct Oracle_test : public beast::unit_test::suite
|
||||
{
|
||||
@@ -821,10 +818,4 @@ public:
|
||||
|
||||
BEAST_DEFINE_TESTSUITE(Oracle, app, xrpl);
|
||||
|
||||
} // namespace oracle
|
||||
|
||||
} // namespace jtx
|
||||
|
||||
} // namespace test
|
||||
|
||||
} // namespace xrpl
|
||||
} // namespace xrpl::test::jtx::oracle
|
||||
|
||||
Reference in New Issue
Block a user