Removing trailing whitespace.

This commit is contained in:
mark_story 2010-05-20 22:49:50 -04:00
parent 7cef278ce2
commit 0759c0b462

View file

@ -197,7 +197,7 @@ class CakeTestCase extends PHPUnit_Framework_TestCase {
}
$args = func_get_args();
foreach ($args as $class) {
$this->sharedFixture->loadSingle($class);
$this->sharedFixture->loadSingle($class);
}
}