Fix indentation.

master
Tom Hacohen 2017-12-12 14:20:23 +00:00
parent 82c5a70eaa
commit 2af9e41404
1 changed files with 2 additions and 2 deletions

View File

@ -8,11 +8,11 @@ export class EventType extends ICAL.Event {
}
get start() {
return this.startDate.toJSDate();
return this.startDate.toJSDate();
}
get end() {
return this.endDate.toJSDate();
return this.endDate.toJSDate();
}
static fromVCalendar(comp: ICAL.Component) {