Skip to content

Commit e0ea177

Browse files
Merge pull request #362 from rustprooflabs/add-row-to-insert
Change add_row to insert
2 parents 55629f3 + 3523d06 commit e0ea177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flex-config/style/tags.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function process(object)
2929
if clean_tags(object.tags) then
3030
return
3131
end
32-
tags_table:add_row({
32+
tags_table:insert({
3333
tags = object.tags
3434
})
3535
end

0 commit comments

Comments
 (0)