mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-08 11:16:51 +00:00
refactor: Enable remaining clang-tidy cppcoreguidelines checks (#6538)
This commit is contained in:
@@ -44,7 +44,7 @@ STArray::STArray(SerialIter& sit, SField const& f, int depth) : STBase(f)
|
||||
{
|
||||
while (!sit.empty())
|
||||
{
|
||||
int type, field;
|
||||
int type = 0, field = 0;
|
||||
sit.getFieldID(type, field);
|
||||
|
||||
if ((type == STI_ARRAY) && (field == 1))
|
||||
|
||||
Reference in New Issue
Block a user