(NFC) Update CRM/Friend CRM/Grant CRM/Group CRM/Mailing to be up to date to a future...
[civicrm-core.git] / CRM / Mailing / Form / Browse.php
index d0c1f8d9c88fdb0c8675a38f018e83f7c4ccd427..bb52d77a1fbf756036ebb2d5cef091b4b03977cb 100644 (file)
@@ -63,17 +63,16 @@ class CRM_Mailing_Form_Browse extends CRM_Core_Form {
    */
   public function buildQuickForm() {
     $this->addButtons([
-        [
-          'type' => 'next',
-          'name' => ts('Confirm'),
-          'isDefault' => TRUE,
-        ],
-        [
-          'type' => 'cancel',
-          'name' => ts('Cancel'),
-        ],
-      ]
-    );
+      [
+        'type' => 'next',
+        'name' => ts('Confirm'),
+        'isDefault' => TRUE,
+      ],
+      [
+        'type' => 'cancel',
+        'name' => ts('Cancel'),
+      ],
+    ]);
   }
 
   public function postProcess() {