Fixed style issue in init.lua
This commit is contained in:
parent
0882b3d798
commit
9a3fd56ea9
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue