mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-25 16:10:57 +00:00
chore: Enable clang-tidy modernize checks (#6975)
Co-authored-by: Bart <11445373+bthomee@users.noreply.github.com> Co-authored-by: Bart <bthomee@users.noreply.github.com>
This commit is contained in:
@@ -213,7 +213,7 @@ partsFromString(std::string const& number)
|
||||
}
|
||||
}
|
||||
|
||||
return {mantissa, exponent, negative};
|
||||
return {.mantissa = mantissa, .exponent = exponent, .negative = negative};
|
||||
}
|
||||
|
||||
STNumber
|
||||
|
||||
Reference in New Issue
Block a user