Skip to content

Commit

Permalink
add whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkrives committed Aug 16, 2018
1 parent 2d5f9ce commit 824b425
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/node_modules/@frogpond/ccc-lib/calendar/google.mjs
Expand Up @@ -8,6 +8,7 @@ function convertGoogleEvents(data, now = moment()) {
const startTime = moment(event.start.date || event.start.dateTime)
const endTime = moment(event.end.date || event.end.dateTime)
const description = JSDOM.fragment(event.description).textContent.trim()

return {
dataSource: 'google',
startTime,
Expand Down

0 comments on commit 824b425

Please sign in to comment.