Minor change
This commit is contained in:
parent
534286132d
commit
fd45f4820e
@ -19,7 +19,7 @@ func Active(ctx *aero.Context) string {
|
|||||||
followersB := users[j].FollowersCount()
|
followersB := users[j].FollowersCount()
|
||||||
|
|
||||||
if followersA == followersB {
|
if followersA == followersB {
|
||||||
return users[i].Nick > users[j].Nick
|
return users[i].Nick < users[j].Nick
|
||||||
}
|
}
|
||||||
|
|
||||||
return followersA > followersB
|
return followersA > followersB
|
||||||
|
Loading…
Reference in New Issue
Block a user