cloudfoundry-incubator / admin-ui

Need new main contributor - An application for viewing Cloud Foundry metrics and operations data.
Apache License 2.0
71 stars 44 forks source link

refactor Utils.minutes_in_an_hour method #140

Closed nnoco closed 9 years ago

nnoco commented 9 years ago

before: minutes_in_a_day = num_minutes % (24 * 60) minutes_in_a_day % 60

after: num_minutes % 60

before and after is equivalent functionally. Thus, remove the meaningless part of before.

cfdreddbot commented 9 years ago

Hey nnoco!

Thanks for submitting this pull request! I'm here to inform the recipients of the pull request that you've already signed the CLA.