Fix formating for cherry-picked commit

This commit is contained in:
Patrick Niklaus
2017-03-09 12:05:01 +00:00
parent 66cc99703c
commit cc0c28f366
2 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -264,7 +264,7 @@ BOOST_AUTO_TEST_CASE(test_tile_turns)
BOOST_CHECK_EQUAL(*iter++, 2); // cost key
found_penalties_indexes.push_back(*iter++); // skip value check, can be valud uint32
BOOST_CHECK_EQUAL(*iter++, 3); // weight key
found_weight_indexes.push_back(*iter++); // skip value check, can be valud uint32
found_weight_indexes.push_back(*iter++); // skip value check, can be valud uint32
BOOST_CHECK(iter == feature_iter_pair.end());
// geometry
feature_message.next();