From 78ad6d5457445af847d0ff4108c6ce602e4bdd01 Mon Sep 17 00:00:00 2001 From: Mikayla Fischler Date: Sun, 12 Nov 2023 12:00:42 -0500 Subject: [PATCH] luacheck fix --- rtu/startup.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtu/startup.lua b/rtu/startup.lua index 2ce87d4..afee7af 100644 --- a/rtu/startup.lua +++ b/rtu/startup.lua @@ -149,7 +149,7 @@ local function main() -- go through redstone definitions list for entry_idx = 1, #rtu_redstone do local entry = rtu_redstone[entry_idx] ---@type rtu_rs_definition - local assignment = "" + local assignment local for_reactor = entry.unit local iface_name = util.trinary(entry.color ~= nil, util.c(entry.side, "/", rsio.color_name(entry.color)), entry.side)