From 5cf75b13d4269e86befdb2d8ccdb3acfeadfcae9 Mon Sep 17 00:00:00 2001 From: Jonathon Terry <10217028+maverick1872@users.noreply.github.com> Date: Sat, 3 Aug 2024 14:53:50 -0700 Subject: [PATCH] fix: indentation fix --- calendar-widget/calendar.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar-widget/calendar.lua b/calendar-widget/calendar.lua index 9d7930b..4eab52b 100644 --- a/calendar-widget/calendar.lua +++ b/calendar-widget/calendar.lua @@ -243,7 +243,7 @@ local function worker(user_args) function calendar_widget.toggle() if popup.visible then - auto_hide_timer:stop() + auto_hide_timer:stop() -- to faster render the calendar refresh it and just hide cal:set_date(nil) -- the new date is not set without removing the old one cal:set_date(os.date('*t'))