From 17a602a5a1d3b0362152222dc62c102c399ec4a4 Mon Sep 17 00:00:00 2001 From: HybridDog Date: Fri, 5 Feb 2021 17:17:50 +0100 Subject: Remove unused loop variables, trailing whitespace and fix mixed-whitespace indentations --- autoplace_tubes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autoplace_tubes.lua') diff --git a/autoplace_tubes.lua b/autoplace_tubes.lua index 51ee383..8348430 100644 --- a/autoplace_tubes.lua +++ b/autoplace_tubes.lua @@ -81,7 +81,7 @@ local function tube_autoroute(pos) local basename = nodedef.basename if nodedef.style == "old" then local nsurround = "" - for i, n in ipairs(active) do + for _, n in ipairs(active) do nsurround = nsurround..n end nctr.name = basename.."_"..nsurround -- cgit v1.2.3