Merge pull request #5226 from davecivicrm/CRM-15578
[civicrm-core.git] / CRM / Utils / Check / Message.php
index 97fee53a68117c1905699ce753fdb87a28ead375..6bb6bafb4b37301a7fd3a98ac52efa531beb0f84 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        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
@@ -90,4 +90,5 @@ class CRM_Utils_Check_Message {
       'title' => $this->title,
     );
   }
+
 }