Skip to content

Commit d1bd27c

Browse files
committed
fix: typo
1 parent cf031d2 commit d1bd27c

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)