From 733542a26420fb3b1277a23947bc895c595d1a07 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Fri, 16 Oct 2015 10:35:40 +0200 Subject: [PATCH] Fix style --- apps/user_ldap/group_ldap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/user_ldap/group_ldap.php b/apps/user_ldap/group_ldap.php index 2e36a337b0..4fd029c74d 100644 --- a/apps/user_ldap/group_ldap.php +++ b/apps/user_ldap/group_ldap.php @@ -209,7 +209,7 @@ class GROUP_LDAP extends BackendUtility implements \OCP\GroupInterface { $subGroups = $this->_getGroupDNsFromMemberOf($group, $seen); $allGroups = array_merge($allGroups, $subGroups); } - } + } return $allGroups; }