Merge pull request #4983 from colemanw/CRM-15842
[civicrm-core.git] / CRM / Pledge / Info.php
index 8f5f3c2db5d79335c3fd83b593e5ee35ce1ff3dd..d0c36c6056bb2a67a60cb81d8cdaf9d74c388025 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        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  * This class introduces component to the system and provides all the
@@ -180,8 +180,9 @@ class CRM_Pledge_Info extends CRM_Core_Component_Info {
           'query' => 'reset=1&action=add&context=standalone',
           'ref' => 'new-pledge',
           'title' => ts('Pledge'),
-        )
+        ),
       ));
     }
   }
+
 }