mirror of
https://github.com/XRPLF/clio.git
synced 2026-06-06 02:06:58 +00:00
style: Set clang-format width 100 (#2953)
This commit is contained in:
@@ -60,7 +60,10 @@ std::optional<Error>
|
||||
Array::addNull(std::optional<std::string_view> key)
|
||||
{
|
||||
if (not itemPattern_.isOptional() and not itemPattern_.hasValue()) {
|
||||
return Error{key.value_or("Unknown_key"), "value for the array (or object field inside array) is required"};
|
||||
return Error{
|
||||
key.value_or("Unknown_key"),
|
||||
"value for the array (or object field inside array) is required"
|
||||
};
|
||||
}
|
||||
|
||||
elements_.push_back(itemPattern_);
|
||||
|
||||
Reference in New Issue
Block a user