Skip to content

Commit eab49e3

Browse files
committed
luacheck
1 parent a7db5b2 commit eab49e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/nvim-tree/classic.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ local Object = {}
1616
Object.__index = Object ---@diagnostic disable-line: inject-field
1717

1818
---Default constructor
19-
function Object:new(...)
19+
function Object:new(...) --luacheck: ignore 212
2020
end
2121

2222
---Extend a class, setting .super

0 commit comments

Comments
 (0)