CRM-15851 search builder fix for custom date fields
[civicrm-core.git] / CRM / Event / Config.php
index 5743fb8fa91b6a2608b932ad0917204e2f060d72..6d5fde45ee97d1db8b42e4c607d5adbfedfc8641 100644 (file)
@@ -23,7 +23,7 @@
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  * Config handles all the run time configuration changes that the system needs to deal with.
@@ -35,5 +35,5 @@
  * $Id$
  *
  */
-class CRM_Event_Config extends CRM_Core_Component_Config {}
-
+class CRM_Event_Config extends CRM_Core_Component_Config {
+}