mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-29 10:00:30 +00:00
chore: Enable clang-tidy misc checks (#6655)
This commit is contained in:
@@ -102,7 +102,7 @@ public:
|
||||
}
|
||||
|
||||
{
|
||||
std::string ledgerHash(64, 'q');
|
||||
std::string const ledgerHash(64, 'q');
|
||||
|
||||
auto const result = env.rpc("ledger_request", ledgerHash);
|
||||
|
||||
@@ -113,7 +113,7 @@ public:
|
||||
}
|
||||
|
||||
{
|
||||
std::string ledgerHash(64, '1');
|
||||
std::string const ledgerHash(64, '1');
|
||||
|
||||
auto const result = env.rpc("ledger_request", ledgerHash);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user