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 --- pressure_logic/flowable_node_registry_install.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pressure_logic/flowable_node_registry_install.lua') diff --git a/pressure_logic/flowable_node_registry_install.lua b/pressure_logic/flowable_node_registry_install.lua index 7f671a8..b561ca6 100644 --- a/pressure_logic/flowable_node_registry_install.lua +++ b/pressure_logic/flowable_node_registry_install.lua @@ -106,7 +106,7 @@ register.directional_horizonal_rotate = function(nodename, doubleended) end local directionfn = function(node, direction) local result = false - for index, endvec in ipairs(getends(node)) do + for _, endvec in ipairs(getends(node)) do if vector.equals(direction, endvec) then result = true end end return result -- cgit v1.2.3