1
0
Fork 0
mirror of synced 2025-04-01 20:36:14 +03:00

#615 - EOF EOL fixes

This commit is contained in:
Marco Pivetta 2014-10-19 17:09:41 +02:00
parent d557a0e01b
commit 435befd25c

View file

@ -17,4 +17,4 @@ class SqlWalkerTest extends OrmTestCase
$this->assertSame('t0_', $sqlWalker->getSQLTableAlias('table'));
$this->assertSame('t1_', $sqlWalker->getSQLTableAlias('çtable'));
}
}
}