Cleanup; pretty
This commit is contained in:
parent
c96b65549f
commit
5c385c520a
5 changed files with 20 additions and 18 deletions
|
@ -156,7 +156,7 @@ export class Group implements Movable {
|
|||
/**
|
||||
* A group can have at most one person leading the way in it.
|
||||
*/
|
||||
get leader(): User|undefined {
|
||||
get leader(): User | undefined {
|
||||
for (const user of this.users) {
|
||||
if (user.hasFollowers()) {
|
||||
return user;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue