whitespace fixes
authorEileen McNaughton <eileen@fuzion.co.nz>
Thu, 30 Apr 2015 21:20:30 +0000 (15:20 -0600)
committerEileen McNaughton <eileen@fuzion.co.nz>
Thu, 30 Apr 2015 21:20:30 +0000 (15:20 -0600)
CRM/Contribute/Form/Contribution.php
tests/phpunit/CRM/Contribute/Form/ContributionTest.php

index 315310a4f65e9aab2816e3048dc8ac2a9ea9132a..06dbc9ce52d75e7e12b28093df101915ce3c97f9 100644 (file)
@@ -1828,7 +1828,6 @@ class CRM_Contribute_Form_Contribution extends CRM_Contribute_Form_AbstractEditP
       $this->updateRelatedPledge($action, $pledgePaymentID, $contribution, $pledgePaymentId, $formValues,
         $formValues['total_amount'], $this->_defaults['total_amount']);
 
-
       $statusMsg = ts('The contribution record has been saved.');
       if (!empty($formValues['is_email_receipt']) && $sendReceipt) {
         $statusMsg .= ' ' . ts('A receipt has been emailed to the contributor.');
index 2945c77e5cf47f22848ee8e0f4f37a1d90eee1a9..32e85db0fc53f2a4f9544ce617eca62620c0894e 100644 (file)
@@ -218,4 +218,5 @@ class CRM_Contribute_Form_ContributionTest extends CiviUnitTestCase {
     $this->assertEquals($pledgePayment['actual_amount'], 50);
     $this->assertEquals(1, $pledgePayment['status_id']);
   }
+
 }