diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2012-08-05 22:03:47 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2012-08-05 22:03:47 +0200 |
commit | 6fd48675e6841effaf77830e282e1ea74614c27e (patch) | |
tree | 9a8f3d8c399f339a483f4b4088f107a9e1713af3 /apps/user_ldap/lib | |
parent | c10010e4100dc2dc165e1b7d207fe19b995f4e53 (diff) | |
download | nextcloud-server-6fd48675e6841effaf77830e282e1ea74614c27e.tar.gz nextcloud-server-6fd48675e6841effaf77830e282e1ea74614c27e.zip |
remove accidentally added blank lines
Diffstat (limited to 'apps/user_ldap/lib')
-rw-r--r-- | apps/user_ldap/lib/access.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/user_ldap/lib/access.php b/apps/user_ldap/lib/access.php index 922dc909524..4e7215525de 100644 --- a/apps/user_ldap/lib/access.php +++ b/apps/user_ldap/lib/access.php @@ -28,8 +28,6 @@ abstract class Access { public function setConnector(Connection &$connection) { $this->connection = $connection; - - } private function checkConnection() { |