mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-26 08:30:30 +00:00
chore: Enable clang-tidy misc checks (#6655)
This commit is contained in:
@@ -231,7 +231,7 @@ public:
|
||||
using namespace jtx;
|
||||
|
||||
// Ensure MPT is enabled
|
||||
FeatureBitset features = testable_amendments() | featureMPTokensV1;
|
||||
FeatureBitset const features = testable_amendments() | featureMPTokensV1;
|
||||
Env env(*this, features);
|
||||
|
||||
Account const alice{"alice"};
|
||||
|
||||
Reference in New Issue
Block a user