mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-26 00:20:41 +00:00
chore: Enable clang-tidy misc checks (#6655)
This commit is contained in:
@@ -39,7 +39,7 @@ class ByzantineFailureSim_test : public beast::unit_test::suite
|
||||
f.trustAndConnect(f + d + e + g, delay);
|
||||
g.trustAndConnect(g + a + f, delay);
|
||||
|
||||
PeerGroup network = a + b + c + d + e + f + g;
|
||||
PeerGroup const network = a + b + c + d + e + f + g;
|
||||
|
||||
StreamCollector sc{std::cout};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user