chore: fix code style in PersonalInfo

Signed-off-by: Cristian Scheid <cristianscheid@gmail.com>
This commit is contained in:
Cristian Scheid 2026-01-08 14:01:55 -03:00 committed by nextcloud-command
parent 5c1b795cb5
commit 7e1b5af9e8

View file

@ -212,7 +212,7 @@ class PersonalInfo implements ISettings {
$this->teamManager->getMemberships($user->getUID())
);
sort($teams);
return $teams;
}