Merge pull request #15745 from seamuslee001/master
[civicrm-core.git] / CRM / Badge / Form / Layout.php
index a34b5ebcc465da8667b93c7561de8d1fea7c9fa5..af93d47ee0574c9962b583d70460eb1c551c633b 100644 (file)
@@ -131,21 +131,20 @@ class CRM_Badge_Form_Layout extends CRM_Admin_Form {
     $this->addRule('width_participant_image', ts('Enter valid height'), 'positiveInteger');
 
     $this->addButtons([
-        [
-          'type' => 'next',
-          'name' => ts('Save'),
-          'isDefault' => TRUE,
-        ],
-        [
-          'type' => 'refresh',
-          'name' => ts('Save and Preview'),
-        ],
-        [
-          'type' => 'cancel',
-          'name' => ts('Cancel'),
-        ],
-      ]
-    );
+      [
+        'type' => 'next',
+        'name' => ts('Save'),
+        'isDefault' => TRUE,
+      ],
+      [
+        'type' => 'refresh',
+        'name' => ts('Save and Preview'),
+      ],
+      [
+        'type' => 'cancel',
+        'name' => ts('Cancel'),
+      ],
+    ]);
   }
 
   /**