Browse Source

Fix whitespace

Ladislav Gallay 11 years ago
parent
commit
5bbba052fc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/TestCase/ORM/QueryTest.php

+ 1 - 1
tests/TestCase/ORM/QueryTest.php

@@ -2072,7 +2072,7 @@ class QueryTest extends TestCase {
 		$this->assertArrayHasKey('name', $result['author']);
 		$this->assertArrayHasKey('compute', $result);
 	}
-	
+
 /**
  * Test that autofields works with count()
  *