1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-02-07 13:31:40 +02:00

Remove whitespace

This commit is contained in:
Gerkiz 2024-01-28 23:13:59 +01:00
parent 6916b8e7f3
commit 5b60b22d6f

View File

@ -12,7 +12,7 @@ local event_handlers = {}
-- map of nth_tick to handlers[]
local on_nth_tick_event_handlers = {}
local xpcall = xpcall
local xpcall = xpcall
local trace = debug.traceback
local log = log
local script_on_event = script.on_event