CRM-15851 search builder fix for custom date fields
[civicrm-core.git] / CRM / Contact / Task.php
index 080daaf7c7ebf420b687e98d28ca55a033a2a95f..4caa253392ff2f58a4bd808218e54907e2deda21 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        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
@@ -383,4 +383,5 @@ class CRM_Contact_Task {
       CRM_Utils_Array::value('result', self::$_tasks[$value]),
     );
   }
+
 }