mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
chore: fix code style in PersonalInfo
Signed-off-by: Cristian Scheid <cristianscheid@gmail.com>
This commit is contained in:
parent
5c1b795cb5
commit
7e1b5af9e8
1 changed files with 1 additions and 1 deletions
|
|
@ -212,7 +212,7 @@ class PersonalInfo implements ISettings {
|
|||
$this->teamManager->getMemberships($user->getUID())
|
||||
);
|
||||
sort($teams);
|
||||
|
||||
|
||||
return $teams;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue