mirror of
https://github.com/neovim/neovim.git
synced 2026-04-22 23:35:32 +00:00
test/unit: clean up according to luacheck
This commit is contained in:
@@ -35,7 +35,7 @@ end
|
||||
|
||||
-- adds the argument table to this Set
|
||||
function Set:union_table(t)
|
||||
for k, v in pairs(t) do
|
||||
for _, v in pairs(t) do
|
||||
self:add(v)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user