Merge pull request #4983 from colemanw/CRM-15842
[civicrm-core.git] / CRM / Queue / ErrorPolicy.php
index f642ea8e66ec85f67c70af09c13f1feb70129bd3..4a694a41a7f171589963ba9bcb81750f79e20f47 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        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  * To ensure that PHP errors or unhandled exceptions are reported in JSON
@@ -189,4 +189,5 @@ class CRM_Queue_ErrorPolicy {
     }
     CRM_Utils_JSON::output($response);
   }
+
 }