From d730def5832f12ae04dba5af233237ab40d8cccf Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Thu, 4 Mar 2010 21:37:13 +0000 Subject: [PATCH] MINOR Removed whitespace git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@100517 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- tests/forms/RequirementsTest.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/forms/RequirementsTest.php b/tests/forms/RequirementsTest.php index b48c88c9a..4262d2022 100644 --- a/tests/forms/RequirementsTest.php +++ b/tests/forms/RequirementsTest.php @@ -178,9 +178,6 @@ class RequirementsTest extends SapphireTest { $backend->block(SAPPHIRE_DIR . '/tests/forms/a.css'); $this->assertTrue(count($backend->get_css()) == 0, "There should be nothing in required css after file has been blocked."); - - - } } \ No newline at end of file