plugin drawwhitespace: return line height on draw_line_text

This commit is contained in:
jgmdev 2022-06-03 03:16:18 -04:00
parent 92a008614f
commit 5da7467a5c
1 changed files with 1 additions and 1 deletions

View File

@ -176,5 +176,5 @@ function DocView:draw_line_text(idx, x, y)
end end
end end
draw_line_text(self, idx, x, y) return draw_line_text(self, idx, x, y)
end end