From 2af9e4140486af0bd11011d8435ad794faf34648 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Tue, 12 Dec 2017 14:20:23 +0000 Subject: [PATCH] Fix indentation. --- src/pim-types.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pim-types.tsx b/src/pim-types.tsx index b263885..8a53777 100644 --- a/src/pim-types.tsx +++ b/src/pim-types.tsx @@ -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) {