Minor change

This commit is contained in:
Eduard Urbach 2017-11-17 15:21:56 +01:00
parent 534286132d
commit fd45f4820e

View File

@ -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