Browse Source

Fixed small coding standard error

Jose Lorenzo Rodriguez 12 years ago
parent
commit
fc6edf4d9c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Cake/Test/Case/Utility/HashTest.php

+ 1 - 1
lib/Cake/Test/Case/Utility/HashTest.php

@@ -836,7 +836,7 @@ class HashTest extends CakeTestCase {
 	public function testExtractAttributeEqualityOnScalarValue() {
 		$data = array(
 			'Entity' => array(
-				'id' => 1 ,
+				'id' => 1,
 				'data1' => 'value',
 			)
 		);