mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-24 15:40:26 +00:00
chore: Enable clang-tidy misc checks (#6655)
This commit is contained in:
@@ -216,7 +216,7 @@ public:
|
||||
auto s = good;
|
||||
|
||||
// Remove all characters from the string in random order:
|
||||
std::hash<std::string> r;
|
||||
std::hash<std::string> const r;
|
||||
|
||||
while (!s.empty())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user