Adopt new ops sorting interface in view rendering.

pull/84/head
Julius Volz 12 years ago committed by Matt T. Proud
parent 4d79dc3602
commit 95f8885c8a

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

Loading…
Cancel
Save