Skip to content

Commit

Permalink
style(events): crystal tool format
Browse files Browse the repository at this point in the history
  • Loading branch information
chillfox committed Nov 29, 2024
1 parent 7cec38e commit c37240e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/events.cr
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ class Events < Application
# metadatas that most closely match the request
# and has the most information
next if (existing = metadatas[meta.ical_uid]?) && calendars[existing.resource_calendar]? &&
!(calendars[meta.resource_calendar]? && meta.ext_data)
!(calendars[meta.resource_calendar]? && meta.ext_data)

metadatas[meta.ical_uid] = meta
if recurring_master_id = meta.recurring_master_id
Expand Down

0 comments on commit c37240e

Please sign in to comment.