Skip to content

Commit ec347b2

Browse files
bsssssssdavidgranstrom
authored andcommitted
fix: typo
1 parent 218fc85 commit ec347b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/scnvim/sclang.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ local on_stdout = function()
2828
local got_line = vim.endswith(str, '\n')
2929
if got_line then
3030
local lines = vim.split(str, '\n')
31-
if #lines > 0 and lines[#lines] == "" then
31+
if #lines > 0 and lines[#lines] == '' then
3232
table.remove(lines)
3333
end
3434
for _, line in pairs(lines) do

0 commit comments

Comments
 (0)