Merge pull request #5051 from eileenmcnaughton/comments
[civicrm-core.git] / CRM / Mailing / Page / Component.php
index 879d1474e12f8e61983bea8b6d7ebd737af08208..625081fbd29799b9928a24af2ce5545909814d18 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        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
@@ -126,4 +126,5 @@ class CRM_Mailing_Page_Component extends CRM_Core_Page_Basic {
   public function run($args = NULL, $pageArgs = NULL, $sort = NULL) {
     return parent::run($args, $pageArgs, "component_type, is_default desc, name");
   }
+
 }