fixes per luacheck
This commit is contained in:
@@ -216,7 +216,7 @@ local function pipenet(args)
|
||||
for x = 1, args.width do
|
||||
for y = 1, args.height do
|
||||
local entry = map[x][y] ---@type _pipe_map_entry|false
|
||||
local char = ""
|
||||
local char
|
||||
local invert = false
|
||||
|
||||
if entry ~= false then
|
||||
|
||||
Reference in New Issue
Block a user