formating fixes
authormonishdeb <monish.deb@webaccessglobal.com>
Fri, 20 Mar 2015 16:45:24 +0000 (22:15 +0530)
committermonishdeb <monish.deb@webaccessglobal.com>
Fri, 20 Mar 2015 16:45:24 +0000 (22:15 +0530)
CRM/Mailing/Selector/Event.php

index b9678bc9063b8a4c76bdcb079382d5e3fb4102da..f22f559f0db084c1be77d354a92dc935f914d459 100644 (file)
@@ -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;
   }