Fix formatting.
This commit is contained in:
parent
8fb631417b
commit
1c1f407f67
@ -557,7 +557,8 @@ void Extractor::BuildRTree(std::vector<EdgeBasedNode> node_based_edge_list,
|
|||||||
auto new_size = out_iter - node_based_edge_list.begin();
|
auto new_size = out_iter - node_based_edge_list.begin();
|
||||||
if (new_size == 0)
|
if (new_size == 0)
|
||||||
{
|
{
|
||||||
throw util::exception("There are no snappable edges left after processing. Are you setting travel modes correctly in the profile? Cannot continue.");
|
throw util::exception("There are no snappable edges left after processing. Are you "
|
||||||
|
"setting travel modes correctly in the profile? Cannot continue.");
|
||||||
}
|
}
|
||||||
node_based_edge_list.resize(new_size);
|
node_based_edge_list.resize(new_size);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user