mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-27 17:10:46 +00:00
style: More clang-tidy identifier renaming (#7290)
This commit is contained in:
@@ -212,7 +212,7 @@ containsError(json::Value const& json)
|
||||
int
|
||||
errorCodeHttpStatus(ErrorCodeI code)
|
||||
{
|
||||
return getErrorInfo(code).http_status;
|
||||
return getErrorInfo(code).httpStatus;
|
||||
}
|
||||
|
||||
} // namespace RPC
|
||||
|
||||
Reference in New Issue
Block a user