(NFC) Apply upcoming civicrm/coder policies (batch 1)
[civicrm-core.git] / CRM / Admin / Form / Preferences.php
index 6a6e8e2e7ab347ea9f68beed7b30d7dff670ee69..55578d404a53b8e100da67c2b20cc08469638c1a 100644 (file)
@@ -228,17 +228,16 @@ class CRM_Admin_Form_Preferences extends CRM_Core_Form {
     }
 
     $this->addButtons([
-        [
-          'type' => 'next',
-          'name' => ts('Save'),
-          'isDefault' => TRUE,
-        ],
-        [
-          'type' => 'cancel',
-          'name' => ts('Cancel'),
-        ],
-      ]
-    );
+      [
+        'type' => 'next',
+        'name' => ts('Save'),
+        'isDefault' => TRUE,
+      ],
+      [
+        'type' => 'cancel',
+        'name' => ts('Cancel'),
+      ],
+    ]);
 
     if ($this->_action == CRM_Core_Action::VIEW) {
       $this->freeze();