mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-08 19:26:45 +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:
@@ -23,8 +23,7 @@
|
||||
#include <tuple>
|
||||
#include <type_traits>
|
||||
|
||||
namespace xrpl {
|
||||
namespace detail {
|
||||
namespace xrpl::detail {
|
||||
|
||||
defaultObject_t defaultObject;
|
||||
nonPresentObject_t nonPresentObject;
|
||||
@@ -228,5 +227,4 @@ STVar::constructST(SerializedTypeID id, int depth, Args&&... args)
|
||||
}
|
||||
}
|
||||
|
||||
} // namespace detail
|
||||
} // namespace xrpl
|
||||
} // namespace xrpl::detail
|
||||
|
||||
Reference in New Issue
Block a user