make luacheck happy

This commit is contained in:
Rene Schallner
2021-12-05 00:06:47 +01:00
parent 50c99967de
commit 273a6fbbe2

View File

@@ -690,7 +690,7 @@ local function FollowLink(opts)
end end
end end
local fexists = false local fexists
if #filename > 0 then if #filename > 0 then
fexists, filename = resolve_link(filename) fexists, filename = resolve_link(filename)