Skip to content

Commit

Permalink
AddTrackType quest: remove superfluous brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
kmpoppe authored and westnordost committed Jul 10, 2024
1 parent 2fe90c9 commit 453744f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class AddTracktype : OsmFilterQuestType<Tracktype>() {
or tracktype older today -8 years
)
and (access !~ private|no or (foot and foot !~ private|no))
and (!bridge)
and !bridge
"""
// ~paved tracks are less likely to change the surface type
override val changesetComment = "Specify tracktypes"
Expand Down

0 comments on commit 453744f

Please sign in to comment.