Fix indentation

This commit is contained in:
phoenixeliot 2016-07-18 10:46:51 -07:00
parent bb6262483f
commit 1d616cd92a

View file

@ -68,5 +68,4 @@ module.exports = class SchoolLicensesView extends RootView
@schools.sort (a, b) ->
b.activity - a.activity or new Date(a.endDate).getTime() - new Date(b.endDate).getTime() or b.max - a.max or b.used - a.used or b.prepaids.length - a.prepaids.length or b.name.localeCompare(a.name)
# console.log @schools
@render()