From: Andrey Kutejko Date: Tue, 7 May 2013 18:08:57 +0000 (+0300) Subject: code style fixes X-Git-Tag: 0.6~130 X-Git-Url: https://git.andy128k.dev/?a=commitdiff_plain;h=d85b6287a9a72b8fba414bffe829159249038a35;p=ipf-legacy-orm.git code style fixes --- diff --git a/ipf/orm/connection.php b/ipf/orm/connection.php index 6575a4f..ab0d593 100644 --- a/ipf/orm/connection.php +++ b/ipf/orm/connection.php @@ -845,4 +845,4 @@ abstract class IPF_ORM_Connection extends IPF_ORM_Configurable implements Counta { return IPF_ORM_Utils::getConnectionAsString($this); } -} \ No newline at end of file +}