mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-04 01:06:48 +00:00
chore: Enable clang-tidy misc checks (#6655)
This commit is contained in:
@@ -5854,7 +5854,7 @@ public:
|
||||
apiVersion <= RPC::apiMaximumValidVersion))
|
||||
return;
|
||||
|
||||
test::jtx::Env env(*this, makeNetworkConfig(11111)); // Used only for its Journal.
|
||||
test::jtx::Env const env(*this, makeNetworkConfig(11111)); // Used only for its Journal.
|
||||
|
||||
// For each RPCCall test.
|
||||
for (RPCCallTestData const& rpcCallTest : rpcCallTestArray)
|
||||
|
||||
Reference in New Issue
Block a user