fix formatting
This commit is contained in:
parent
060647b9b7
commit
9e68de1c2e
@ -182,7 +182,8 @@ class TableAPI final : public BaseAPI
|
|||||||
MakeEstimatesTable(const std::vector<TableCellRef> &fallback_speed_cells) const
|
MakeEstimatesTable(const std::vector<TableCellRef> &fallback_speed_cells) const
|
||||||
{
|
{
|
||||||
util::json::Array json_table;
|
util::json::Array json_table;
|
||||||
std::for_each(fallback_speed_cells.begin(), fallback_speed_cells.end(), [&](const auto &cell) {
|
std::for_each(
|
||||||
|
fallback_speed_cells.begin(), fallback_speed_cells.end(), [&](const auto &cell) {
|
||||||
util::json::Array row;
|
util::json::Array row;
|
||||||
row.values.push_back(util::json::Number(cell.row));
|
row.values.push_back(util::json::Number(cell.row));
|
||||||
row.values.push_back(util::json::Number(cell.column));
|
row.values.push_back(util::json::Number(cell.column));
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user