Format with stylua

This commit is contained in:
wsdjeg
2025-02-23 15:16:29 +00:00
committed by github-actions[bot]
parent 1deeb87b68
commit 5a11682453

View File

@@ -44,7 +44,7 @@ end
---@param name string ---@param name string
event.emit = function(self, name, ...) event.emit = function(self, name, ...)
for _, callback in ipairs(self.events[name] or {}) do for _, callback in ipairs(self.events[name] or {}) do
if type(callback) == "function" then if type(callback) == 'function' then
callback(...) callback(...)
end end
end end