(NFC) Update CRM/Event folder for the new coder style
[civicrm-core.git] / CRM / Event / Form / ParticipantView.php
index ddafbc922602f65cd02ddb21dc7f6597a21dee21..8b51c854655b81eece308abe5e965a2ee5683d85 100644 (file)
@@ -255,14 +255,13 @@ class CRM_Event_Form_ParticipantView extends CRM_Core_Form {
    */
   public function buildQuickForm() {
     $this->addButtons([
-        [
-          'type' => 'cancel',
-          'name' => ts('Done'),
-          'spacing' => '         ',
-          'isDefault' => TRUE,
-        ],
-      ]
-    );
+      [
+        'type' => 'cancel',
+        'name' => ts('Done'),
+        'spacing' => '         ',
+        'isDefault' => TRUE,
+      ],
+    ]);
   }
 
 }