Browse Source

Removed extra whitespace

Jose Lorenzo Rodriguez 12 years ago
parent
commit
c8d686f80d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      tests/TestCase/Database/Schema/SqliteSchemaTest.php

+ 0 - 1
tests/TestCase/Database/Schema/SqliteSchemaTest.php

@@ -733,7 +733,6 @@ SQL;
 		$this->assertContains('CREATE TEMPORARY TABLE', $sql[0]);
 	}
 
-
 /**
  * Test primary key generation & auto-increment.
  *