Skip to content

Commit 27a7206

Browse files
committed
cleanup
1 parent ea3b935 commit 27a7206

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

meta/builders/DictionaryDaoBuilder.class.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ abstract class Auto{$class->getName()}DAO extends StorableDAO
3030
{$pointers}
3131
}
3232
33-
3433
EOT;
3534

3635
return $out.self::getHeel();

test/misc/TestCaseDB.class.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ protected function getDBCreator() {
2828
* @return DB
2929
*/
3030
protected function getDbByType($type) {
31-
3231
foreach (DBTestPool::me()->getPool() as $db) {
3332
if (get_class($db) == $type)
3433
return $db;

0 commit comments

Comments
 (0)