mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
chore: Enable clang-tidy misc checks (#6655)
This commit is contained in:
@@ -1093,7 +1093,7 @@ parseArray(
|
||||
auto ret = parseObject(ss.str(), objectFields, nameField, depth + 1, error);
|
||||
if (!ret)
|
||||
{
|
||||
std::string errMsg = error["error_message"].asString();
|
||||
std::string const errMsg = error["error_message"].asString();
|
||||
error["error_message"] = "Error at '" + ss.str() + "'. " + errMsg;
|
||||
return std::nullopt;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user