Skip to content

Commit db72559

Browse files
committed
fix whitespace
1 parent 21e9777 commit db72559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/lib/UnityLDAP.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ public function getNextOrgGIDNumber(UnitySQL $UnitySQL): int
150150
private function IDNumInUse(int $id): bool
151151
{
152152
// id reserved for debian packages
153-
if (($id >= 100 && $id <= 999) || ($id >= 60000 && $id <= 64999)){
153+
if (($id >= 100 && $id <= 999) || ($id >= 60000 && $id <= 64999)) {
154154
return true;
155155
}
156156
$users = $this->userOU->getChildrenArray(true);

0 commit comments

Comments
 (0)