Skip to content

Commit

Permalink
style(mulesoft/exporter): whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
w-le committed May 24, 2021
1 parent d25cf4c commit 822368e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mulesoft/calendar_exporter.cr
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class MuleSoft::CalendarExporter < PlaceOS::Driver
@bookings = Array(Hash(String, Int64 | String | Nil)).from_json(mulesoft_bookings)
logger.debug { "#{@bookings.size} bookings in total" }
self[:total_bookings] = @bookings.size

update_events
@bookings.each { |b| export_booking(b) }
end
Expand Down

0 comments on commit 822368e

Please sign in to comment.