fix(tests/comments): well, now i fell stupid

This commit is contained in:
Oleksandr Smirnov 2025-03-19 13:50:43 +02:00
parent 8de97f193f
commit 1514cef8f9
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View file

@ -11,7 +11,7 @@ local comment = {}
---@return string
---@private
local function template(name)
return "// " .. (name or "") .. " "
return "// " .. name .. " "
end
---@param bufnr integer