mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-31 19:10:25 +00:00
chore: Enable clang-tidy misc checks (#6655)
This commit is contained in:
@@ -90,7 +90,7 @@ public:
|
||||
if (t[jss::TransactionType].asString() != jss::Payment)
|
||||
return true;
|
||||
|
||||
bool isSet = metaData.isMember(jss::delivered_amount);
|
||||
bool const isSet = metaData.isMember(jss::delivered_amount);
|
||||
bool isSetUnavailable = false;
|
||||
bool isSetAvailable = false;
|
||||
if (isSet)
|
||||
|
||||
Reference in New Issue
Block a user