Fix prettier issue.

This commit is contained in:
Michael Teeuw 2020-12-08 15:40:46 +01:00
parent cdb9b9bb87
commit 0344399253

View File

@ -85,8 +85,8 @@ const CalendarFetcher = function (url, reloadInterval, excludedEvents, maximumEn
scheduleTimer(); scheduleTimer();
return; return;
} }
Log.debug(" parsed data=" + JSON.stringify(data)); Log.debug(" parsed data=" + JSON.stringify(data));
const newEvents = []; const newEvents = [];