Merge pull request #13152 from civicrm/5.8
[civicrm-core.git] / tests / phpunit / CRM / Contribute / PseudoConstantTest.php
index 4ce5fbde63a3d862e098b2a0ee5c7b770050cb4d..82716a45ee2a58f8f5deac6c5e6d892990a8f672 100644 (file)
@@ -66,9 +66,8 @@ class CRM_Contribute_PseudoConstantTest extends CiviUnitTestCase {
       );
       $this->assertEquals($accountIDFromBetterFunction, $accountID);
     }
-
   }
-  
+
   /**
    * Test that getRelationalFinancialAccount works and returns the same as the performant alternative.
    *