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 --- common.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common.lua') diff --git a/common.lua b/common.lua index a2a8cea..120a32f 100644 --- a/common.lua +++ b/common.lua @@ -114,7 +114,7 @@ local fs_helpers = {} pipeworks.fs_helpers = fs_helpers function fs_helpers.on_receive_fields(pos, fields) local meta = minetest.get_meta(pos) - for field, value in pairs(fields) do + for field in pairs(fields) do if pipeworks.string_startswith(field, "fs_helpers_cycling:") then local l = field:split(":") local new_value = tonumber(l[2]) -- cgit v1.2.3