From 8c532efd5f02f7a7e5ea322a07ddcf49d130a8ec Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 17 Oct 2015 10:09:03 -0400 Subject: Run php-cs-fixer on the code base --- app/Controller/Ical.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'app/Controller/Ical.php') diff --git a/app/Controller/Ical.php b/app/Controller/Ical.php index ee2b1518..f8e9e25f 100644 --- a/app/Controller/Ical.php +++ b/app/Controller/Ical.php @@ -89,8 +89,7 @@ class Ical extends Base ->setColumns('date_creation', 'date_completed') ->setCalendar($calendar) ->addDateTimeEvents(); - } - else { + } else { $filter ->copy() ->filterByStartDateRange($start, $end) -- cgit v1.2.3