--CRM-15989, fixed indentation
[civicrm-core.git] / 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
+
+}