--CRM-15989, fixed indentation
authorPradeep Nayak <pradpnayak@gmail.com>
Thu, 26 Feb 2015 21:33:11 +0000 (03:03 +0530)
committerPradeep Nayak <pradpnayak@gmail.com>
Mon, 2 Mar 2015 21:20:43 +0000 (02:50 +0530)
tests/phpunit/WebTest/Contact/AddTest.php

index 95c2ae424a8d9ace1351705b280e6e0588aab5fe..9249b549fa6a481e08b46d31392babe4b531a34a 100644 (file)
@@ -554,4 +554,5 @@ class WebTest_Contact_AddTest extends CiviSeleniumTestCase {
     $this->openCiviPage("contact/add", "reset=1&action=update&cid={$cid}");
     $this->assertTrue(($this->getText('page-title') != $dname));
   }
-}
\ No newline at end of file
+
+}