Format with stylua
This commit is contained in:
committed by
github-actions[bot]
parent
1deeb87b68
commit
5a11682453
@@ -44,7 +44,7 @@ end
|
||||
---@param name string
|
||||
event.emit = function(self, name, ...)
|
||||
for _, callback in ipairs(self.events[name] or {}) do
|
||||
if type(callback) == "function" then
|
||||
if type(callback) == 'function' then
|
||||
callback(...)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user