Adopt new ops sorting interface in view rendering.

This commit is contained in:
Julius Volz 2013-03-16 01:41:43 -07:00 committed by Matt T. Proud
parent 4d79dc3602
commit 95f8885c8a
1 changed files with 1 additions and 1 deletions

View File

@ -421,7 +421,7 @@ func (t *tieredStorage) renderView(viewJob viewJob) {
// Op 2: [ X X C . . .]
//
// Op 2 now has an earlier current time than Op 1.
sort.Sort(standingOps)
sort.Sort(startsAtSort{standingOps})
}
}