Skip to content

Commit 6e0ec58

Browse files
committed
chore: resolve undefined-field
1 parent a29f6e1 commit 6e0ec58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/nvim-tree/class.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ end
3939

4040
-- avoid unused param warnings in abstract methods
4141
---@param ... any
42-
function Class:nop(...)
42+
function Class:nop(...) --luacheck: ignore 212
4343
end
4444

4545
return Class

0 commit comments

Comments
 (0)