mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-03 08:46:46 +00:00
chore: Enable clang-tidy misc checks (#6655)
This commit is contained in:
@@ -78,7 +78,7 @@ public:
|
||||
featurePermissionedDEX};
|
||||
|
||||
Env env(*this, all);
|
||||
PermissionedDEX permDex(env);
|
||||
PermissionedDEX const permDex(env);
|
||||
auto const& [gw, domainOwner, alice, bob, carol, USD, domainID, credType] = permDex;
|
||||
|
||||
auto wsc = makeWSClient(env.app().config());
|
||||
|
||||
Reference in New Issue
Block a user