Skip to content

Commit

Permalink
chore: resolve undefined-field
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-courtis committed Oct 25, 2024
1 parent a29f6e1 commit 6e0ec58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/nvim-tree/class.lua
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ end

-- avoid unused param warnings in abstract methods
---@param ... any
function Class:nop(...)
function Class:nop(...) --luacheck: ignore 212
end

return Class

0 comments on commit 6e0ec58

Please sign in to comment.