X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/b5c2c4cab580d63be5b6e7e54b8c445b87fffaa5..7d431ef9c41f66e885dbace27e0843395940f1bd:/widgets/pulsebar.lua?ds=inline diff --git a/widgets/pulsebar.lua b/widgets/pulsebar.lua index 006515c..fc2951b 100644 --- a/widgets/pulsebar.lua +++ b/widgets/pulsebar.lua @@ -178,4 +178,4 @@ local function worker(args) return pulsebar end -return setmetatable(pulsebar, { __call = function(_, ...) return worker(...) end }) +eturn setmetatable(pulsebar, { __call = function(_, ...) return worker(...) end })