Merge pull request #4999 from totten/master-autosave
[civicrm-core.git] / Civi / API / Events.php
index 791739f06b7dc02d1eef6124dbcfb5d893b50747..cc51ff6258d62603be2dc61baefe64311f3f8e07 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        |
  +--------------------------------------------------------------------+
-*/
+ */
 namespace Civi\API;
 
 /**
@@ -104,4 +104,5 @@ class Events {
       self::RESPOND,
     );
   }
+
 }