fix: indentation fix

This commit is contained in:
Jonathon Terry 2024-08-03 14:53:50 -07:00 committed by GitHub
parent 1be1419ab4
commit 5cf75b13d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ local function worker(user_args)
function calendar_widget.toggle() function calendar_widget.toggle()
if popup.visible then if popup.visible then
auto_hide_timer:stop() auto_hide_timer:stop()
-- to faster render the calendar refresh it and just hide -- 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(nil) -- the new date is not set without removing the old one
cal:set_date(os.date('*t')) cal:set_date(os.date('*t'))