Fix formatting.

This commit is contained in:
Daniel Patterson 2016-04-14 14:39:20 -07:00
parent 8fb631417b
commit 1c1f407f67

View File

@ -557,7 +557,8 @@ void Extractor::BuildRTree(std::vector<EdgeBasedNode> node_based_edge_list,
auto new_size = out_iter - node_based_edge_list.begin();
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);