(NFC) Update CRM/Friend CRM/Grant CRM/Group CRM/Mailing to be up to date to a future...
[civicrm-core.git] / CRM / Friend / Form.php
index d8d7263b61263a40598e1c8598506c8b3262690f..70cd21086dc5109a098aaee6f2fedca8f44f01ff 100644 (file)
@@ -219,18 +219,17 @@ class CRM_Friend_Form extends CRM_Core_Form {
     }
 
     $this->addButtons([
-        [
-          'type' => 'submit',
-          'name' => ts('Send Your Message'),
-          'spacing' => '         ',
-          'isDefault' => TRUE,
-        ],
-        [
-          'type' => 'cancel',
-          'name' => ts('Cancel'),
-        ],
-      ]
-    );
+      [
+        'type' => 'submit',
+        'name' => ts('Send Your Message'),
+        'spacing' => '         ',
+        'isDefault' => TRUE,
+      ],
+      [
+        'type' => 'cancel',
+        'name' => ts('Cancel'),
+      ],
+    ]);
 
     $this->addFormRule(['CRM_Friend_Form', 'formRule']);
   }