Fix typo in return statement
This commit is contained in:
parent
7d431ef9c4
commit
3676776227
1 changed files with 1 additions and 1 deletions
|
@ -178,4 +178,4 @@ local function worker(args)
|
|||
return pulsebar
|
||||
end
|
||||
|
||||
eturn setmetatable(pulsebar, { __call = function(_, ...) return worker(...) end })
|
||||
return setmetatable(pulsebar, { __call = function(_, ...) return worker(...) end })
|
||||
|
|
Loading…
Add table
Reference in a new issue