Map matching test coverage fix (#3201)

* fixed map matching test coverage
This commit is contained in:
Kajari Ghosh
2016-10-29 11:22:09 -04:00
committed by GitHub
parent f02b7b0910
commit 6fc0609a62
4 changed files with 29 additions and 19 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ struct ProfileProperties
{
ProfileProperties()
: traffic_signal_penalty(0), u_turn_penalty(0), continue_straight_at_waypoint(true),
use_turn_restrictions(false), left_hand_driving(false)
use_turn_restrictions(false), left_hand_driving(false)
{
}