mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00:00
tests: Fix linter errors
This commit is contained in:
@@ -273,6 +273,7 @@ local deepcopy_funcs = {
|
||||
for k, v in pairs(orig) do
|
||||
copy[deepcopy(k)] = deepcopy(v)
|
||||
end
|
||||
return copy
|
||||
end,
|
||||
number = id,
|
||||
string = id,
|
||||
|
Reference in New Issue
Block a user