1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-22 06:39:43 +02:00

remove redundant code

This commit is contained in:
Elliott Stoneham 2016-08-26 14:14:00 +01:00
parent cf6410cfe8
commit 87be56bc4b
9 changed files with 39 additions and 105 deletions

View file

@ -201,7 +201,7 @@ func renderMilestones(payload *githubRender, c *githubConfig) error {
}
}
sort.Stable(milestonesToSort(payload.Milestones))
sort.Sort(milestonesToSort(payload.Milestones))
return nil
}