Fix indentation.

master
Tom Hacohen 7 years ago
parent 82c5a70eaa
commit 2af9e41404

@ -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) {

Loading…
Cancel
Save