mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-21 22:30:57 +00:00
refactor: Enable more clang-tidy readability checks (#6595)
Co-authored-by: Sergey Kuznetsov <kuzzz99@gmail.com>
This commit is contained in:
@@ -33,7 +33,7 @@ Sim::synchronized() const
|
||||
}
|
||||
|
||||
bool
|
||||
Sim::synchronized(PeerGroup const& g) const
|
||||
Sim::synchronized(PeerGroup const& g)
|
||||
{
|
||||
if (g.size() < 1)
|
||||
return true;
|
||||
|
||||
@@ -123,7 +123,7 @@ LedgerOracle::lookup(Ledger::ID const& id) const
|
||||
}
|
||||
|
||||
std::size_t
|
||||
LedgerOracle::branches(std::set<Ledger> const& ledgers) const
|
||||
LedgerOracle::branches(std::set<Ledger> const& ledgers)
|
||||
{
|
||||
// Tips always maintains the Ledgers with largest sequence number
|
||||
// along all known chains.
|
||||
|
||||
Reference in New Issue
Block a user