Merge pull request #15764 from civicrm/5.20
[civicrm-core.git] / CRM / Contact / Form / GroupContact.php
index 5221210918117510a04e31ab5cf98c6eedecab4a..94ee2c4ff7bf819049634ba59f129ef65ce81bda 100644 (file)
@@ -3,7 +3,7 @@
  +--------------------------------------------------------------------+
  | CiviCRM version 5                                                  |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2019                                |
+ | Copyright CiviCRM LLC (c) 2004-2020                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -28,7 +28,7 @@
 /**
  *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2019
+ * @copyright CiviCRM LLC (c) 2004-2020
  */
 
 /**
@@ -126,13 +126,12 @@ class CRM_Contact_Form_GroupContact extends CRM_Core_Form {
       $this->addField('group_id', ['class' => 'crm-action-menu fa-plus', 'placeholder' => $msg, 'options' => $groupSelect]);
 
       $this->addButtons([
-          [
-            'type' => 'next',
-            'name' => ts('Add'),
-            'isDefault' => TRUE,
-          ],
-        ]
-      );
+        [
+          'type' => 'next',
+          'name' => ts('Add'),
+          'isDefault' => TRUE,
+        ],
+      ]);
     }
   }