From 30e4662b52d9be7fe235f2ba0d99a5eee0eaea3b Mon Sep 17 00:00:00 2001 From: monishdeb Date: Fri, 20 Mar 2015 22:15:24 +0530 Subject: [PATCH] formating fixes --- CRM/Mailing/Selector/Event.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CRM/Mailing/Selector/Event.php b/CRM/Mailing/Selector/Event.php index b9678bc906..f22f559f0d 100644 --- a/CRM/Mailing/Selector/Event.php +++ b/CRM/Mailing/Selector/Event.php @@ -248,8 +248,8 @@ class CRM_Mailing_Selector_Event extends CRM_Core_Selector_Base implements CRM_C 'name' => ts('Date'), 'sort' => $dateSort, 'direction' => CRM_Utils_Sort::DESCENDING, - ), - )); + ), + )); } return $this->_columnHeaders; } -- 2.25.1