Merge pull request #8037 from jitendrapurohit/CRM-18284
[civicrm-core.git] / sql / GenerateGroups.php
index cdc7748d10e9fa27237ae8e09b1459aceaff81d0..2e1e8d6187804db03be7f86e4ef184c4a781b290 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        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
@@ -66,5 +66,5 @@ for ($i = 1; $i <= $numGroups; $i++) {
   $group->group_type = $groupType[$t];
 
   $group->save();
-}
 
+}