mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-22 23:00:55 +00:00
chore: Enable clang-tidy misc checks (#6655)
This commit is contained in:
@@ -113,7 +113,7 @@ public:
|
||||
|
||||
auto const node = randomNode();
|
||||
auto const name = toBase58(TokenType::NodePublic, node);
|
||||
std::uint32_t load = 0;
|
||||
std::uint32_t const load = 0;
|
||||
NetClock::time_point tick = {};
|
||||
|
||||
// Initial update
|
||||
|
||||
Reference in New Issue
Block a user