whitespace cleanup
[civicrm-core.git] / tests / phpunit / WebTest / Campaign / CampaignDescriptionTest.php
index 1e1a354cb6c4cb9ce8a3a6c83ad75a5eea1692ed..a712596381f2725b85e64657eea0acd6c60e1167 100644 (file)
@@ -24,7 +24,6 @@
  +--------------------------------------------------------------------+
 */
 
-
 require_once 'CiviTest/CiviSeleniumTestCase.php';
 class WebTest_Campaign_CampaignDescriptionTest extends CiviSeleniumTestCase {
 
@@ -38,7 +37,6 @@ class WebTest_Campaign_CampaignDescriptionTest extends CiviSeleniumTestCase {
 
   function testCreateCampaign() {
 
-
     $this->webtestLogin();
 
     // Create new group
@@ -88,4 +86,3 @@ class WebTest_Campaign_CampaignDescriptionTest extends CiviSeleniumTestCase {
   }
 }
 
-