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