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
|
---@return string
|
||||||
---@private
|
---@private
|
||||||
local function template(name)
|
local function template(name)
|
||||||
return "// " .. (name or "") .. " "
|
return "// " .. name .. " "
|
||||||
end
|
end
|
||||||
|
|
||||||
---@param bufnr integer
|
---@param bufnr integer
|
||||||
|
|
|
||||||
1
spec/fixtures/comment/interface_output.go
vendored
1
spec/fixtures/comment/interface_output.go
vendored
|
|
@ -1,3 +1,4 @@
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
// Testinger
|
||||||
type Testinger interface{}
|
type Testinger interface{}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue