Merge branch 'master' into dev-v2

This commit is contained in:
beorn7 2019-06-12 01:44:45 +02:00
commit f2e6ed57d6
1 changed files with 0 additions and 1 deletions

View File

@ -282,7 +282,6 @@ func TestSummaryVecConcurrency(t *testing.T) {
objSlice := make([]float64, 0, len(objMap))
for qu := range objMap {
objSlice = append(objSlice, qu)
}
sort.Float64s(objSlice)