phpcs - Fix error, "Expected 1 newline at end of file; XXX found".
[civicrm-core.git] / tests / phpunit / api / v3 / CustomValueTest.php
index 799ce5bdcb52c07053d2bcb10dd986cc682a12da..e7be0f817572a34f3341452b36a72d3d4766247f 100644 (file)
@@ -173,4 +173,4 @@ class api_v3_CustomValueTest extends CiviUnitTestCase {
     $this->assertEquals('second multi value 3', $result['values'][$firstCustomField][4]);
     $this->assertEquals('second multi value 3', $result['values'][$firstCustomField]['latest']);
   }
-}
\ No newline at end of file
+}