rules: Move tags into the same group as tag
Unrelated to this PR, but found while doing a review.
This commit is contained in:
parent
0bf8bb6a64
commit
5f693ead30
|
@ -376,7 +376,7 @@ function rules.extra_properties.placement(c, value)
|
|||
end
|
||||
end
|
||||
|
||||
function rules.extra_properties.tags(c, value, props)
|
||||
function rules.high_priority_properties.tags(c, value, props)
|
||||
local current = c:tags()
|
||||
|
||||
local tags, s = {}, nil
|
||||
|
|
Loading…
Reference in New Issue