Set version to 5.20.beta1
[civicrm-core.git] / CRM / PCP / Form / PCP.php
index cf0550415267d5feab110b450f6f14d4cc474420..ff39071278fb882b1146367ebd457eb9cf4ad344 100644 (file)
@@ -145,8 +145,7 @@ class CRM_PCP_Form_PCP extends CRM_Core_Form {
             'type' => 'cancel',
             'name' => ts('Cancel'),
           ],
-        ]
-      );
+      ]);
     }
     else {
 
@@ -170,8 +169,7 @@ class CRM_PCP_Form_PCP extends CRM_Core_Form {
             'spacing' => '         ',
             'isDefault' => TRUE,
           ],
-        ]
-      );
+      ]);
       parent::buildQuickForm();
     }
   }