mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-03 16:56:48 +00:00
refactor: Enable more clang-tidy readability checks (#6595)
Co-authored-by: Sergey Kuznetsov <kuzzz99@gmail.com>
This commit is contained in:
@@ -3856,7 +3856,7 @@ private:
|
||||
auto& c = counters[bridge];
|
||||
auto& create_claims = claims.create_claims[c.claim_count];
|
||||
auto num_attns = create_claims.size();
|
||||
if (num_attns)
|
||||
if (num_attns != 0u)
|
||||
{
|
||||
c.num_create_attn_sent +=
|
||||
sendCreateAttestations(i, bridge, create_claims);
|
||||
|
||||
Reference in New Issue
Block a user