Skip to content

Commit 23dbbca

Browse files
committed
Fix indentation error
Signed-off-by: tgrant <[email protected]>
1 parent f1710b5 commit 23dbbca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/private/Group/Database.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -458,11 +458,11 @@ public function countDisabledInGroup(string $gid): int {
458458

459459
public function getDisplayName(string $gid): string {
460460
if (isset($this->groupCache[$gid])) {
461-
$displayName = $this->groupCache[$gid]['displayname'];
461+
$displayName = $this->groupCache[$gid]['displayname'];
462462

463-
if (isset($displayName) && trim($displayName) !== '') {
464-
return $displayName;
465-
}
463+
if (isset($displayName) && trim($displayName) !== '') {
464+
return $displayName;
465+
}
466466
}
467467

468468
$this->fixDI();

0 commit comments

Comments
 (0)