Fixed style issue in init.lua

This commit is contained in:
Laurent Vauthrin 2023-03-21 12:55:18 -04:00
parent 0882b3d798
commit 9a3fd56ea9

View file

@ -38,7 +38,7 @@ function M.openFile(range_start, range_end)
return return
end end
local lines = nil local lines
if range_start and range_end then if range_start and range_end then
lines = "#L" .. range_start .. "-" .. "L" .. range_end lines = "#L" .. range_start .. "-" .. "L" .. range_end