make eslint happy

This commit is contained in:
Jeff Miccolis 2016-03-30 09:46:19 -04:00 committed by Patrick Niklaus
parent 08cb6d1f63
commit 70a086a9e1

View File

@ -144,7 +144,7 @@ module.exports = function () {
case 'roundabout':
return 'roundabout-exit-' + v.maneuver.exit;
default:
return v.maneuver.modifier
return v.maneuver.modifier;
}
})
.join(',');