make eslint happy
This commit is contained in:
parent
990ed90a2d
commit
c630128281
@ -144,7 +144,7 @@ module.exports = function () {
|
|||||||
case 'roundabout':
|
case 'roundabout':
|
||||||
return 'roundabout-exit-' + v.maneuver.exit;
|
return 'roundabout-exit-' + v.maneuver.exit;
|
||||||
default:
|
default:
|
||||||
return v.maneuver.modifier
|
return v.maneuver.modifier;
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.join(',');
|
.join(',');
|
||||||
|
Loading…
Reference in New Issue
Block a user