Skip to content

Commit 5cf75b1

Browse files
authored
fix: indentation fix
1 parent 1be1419 commit 5cf75b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

calendar-widget/calendar.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ local function worker(user_args)
243243
function calendar_widget.toggle()
244244

245245
if popup.visible then
246-
auto_hide_timer:stop()
246+
auto_hide_timer:stop()
247247
-- to faster render the calendar refresh it and just hide
248248
cal:set_date(nil) -- the new date is not set without removing the old one
249249
cal:set_date(os.date('*t'))

0 commit comments

Comments
 (0)