From a030d33f334f75d8d63bf1d7d74071187f2cd038 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Tue, 25 May 2010 04:14:18 +0000 Subject: [PATCH] MINOR Removed whitespace (from r100517) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@105592 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