aboutsummaryrefslogtreecommitdiff
path: root/widgets
diff options
context:
space:
mode:
Diffstat (limited to 'widgets')
-rw-r--r--widgets/uptime.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/uptime.lua b/widgets/uptime.lua
index 14de99a..0e996ac 100644
--- a/widgets/uptime.lua
+++ b/widgets/uptime.lua
@@ -33,4 +33,4 @@ local function worker(format)
end
-- }}}
-local setmetatable(uptime, { __call = function(_, ...) return worker(...) end })
+return setmetatable(uptime, { __call = function(_, ...) return worker(...) end })