mirror of
https://github.com/XRPLF/clio.git
synced 2026-06-04 01:06:45 +00:00
style: Set clang-format width 100 (#2953)
This commit is contained in:
@@ -113,7 +113,9 @@ Backend::doRead(boost::asio::yield_context yield)
|
||||
|
||||
auto expectedNodeData = boost::json::try_value_to<ClioNode>(json);
|
||||
if (expectedNodeData.has_error()) {
|
||||
return std::unexpected{fmt::format("Error converting json to ClioNode: {}", nodeDataStr)};
|
||||
return std::unexpected{
|
||||
fmt::format("Error converting json to ClioNode: {}", nodeDataStr)
|
||||
};
|
||||
}
|
||||
*expectedNodeData->uuid = uuid;
|
||||
otherNodesData.push_back(std::move(expectedNodeData).value());
|
||||
|
||||
Reference in New Issue
Block a user