CRM-16259, removed extra space
authorPradeep Nayak <pradpnayak@gmail.com>
Wed, 20 Jan 2016 14:23:45 +0000 (19:53 +0530)
committerPradeep Nayak <pradpnayak@gmail.com>
Wed, 20 Jan 2016 14:23:45 +0000 (19:53 +0530)
----------------------------------------
* CRM-16259: Create Payment API
  https://issues.civicrm.org/jira/browse/CRM-16259

tests/phpunit/api/v3/PaymentTest.php

index 291a29e28da84b5f3f89e9c96ef4f9ab7c5750f0..f4998646d4cb836d7eb708d6b5a876a9864927b1 100644 (file)
@@ -219,7 +219,6 @@ class api_v3_PaymentTest extends CiviUnitTestCase {
     foreach ($expectedResult as $key => $value) {
       $this->assertEquals($payment['values'][$payment['id']][$key], $value);
     }
-    
   }
 
   /**