Fixed code formatting.

This commit is contained in:
pjskeptic 2013-03-13 10:15:40 -04:00
commit 9b9cf3d165

View file

@ -28,7 +28,7 @@ class CakeTestSuiteDispatcherTest extends CakeTestCase {
try {
$dispatcher->loadTestFramework();
} catch(Exception $ex) {
} catch (Exception $ex) {
$exception = $ex;
}