fix(tests/comments): well, now i fell stupid
This commit is contained in:
parent
8de97f193f
commit
1514cef8f9
2 changed files with 2 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ local comment = {}
|
|||
---@return string
|
||||
---@private
|
||||
local function template(name)
|
||||
return "// " .. (name or "") .. " "
|
||||
return "// " .. name .. " "
|
||||
end
|
||||
|
||||
---@param bufnr integer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue