(NFC) tests/ - Cleanup phpcbf oddities
[civicrm-core.git] / tests / phpunit / CRM / Contribute / Form / ContributionTest.php
index 81e35403654a704e086bace44e280abbf60d9315..629b9d92292ad6715db0e74c9c6a65380a5124e8 100644 (file)
@@ -607,8 +607,7 @@ class CRM_Contribute_Form_ContributionTest extends CiviUnitTestCase {
     $this->callAPISuccessGetCount('Contribution', array('contact_id' => $this->_individualId), 1);
     $mut->checkMailLog(array(
       '<p>Please print this receipt for your records.</p>',
-    )
-    );
+    ));
     $mut->stop();
   }