Remove unneeded semicola from profiles.
Nothing fancy, does what it says.
This commit is contained in:
+1
-1
@@ -161,7 +161,7 @@ function way_function (way, result)
|
||||
|
||||
-- roundabouts
|
||||
if "roundabout" == junction then
|
||||
result.roundabout = true;
|
||||
result.roundabout = true
|
||||
end
|
||||
|
||||
-- speed
|
||||
|
||||
Reference in New Issue
Block a user