fix(fagc): luacheck compliance

This commit is contained in:
oof2win2
2022-09-20 11:58:28 +02:00
committed by GitHub
parent eaf3faa9a4
commit ed9cb765b9

View File

@@ -4,7 +4,7 @@
local Event = require 'utils.event' --- @dep utils.event
-- Clear the file on startup to minimize its size
Event.on_init(function(e)
Event.on_init(function()
game.write_file("fagc-actions.txt", "", false, 0)
end)