Codebase list golang-github-beorn7-perks / 914a19e
Fixed format error. Ingvar Mattsson 5 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
2424 }
2525
2626 if g := count(h.Bins()); g != numPoints {
27 t.Fatalf("binned %d points, wanted %d", g, numPoints)
27 t.Fatalf("binned %d points, wanted %f", g, numPoints)
2828 }
2929 }
3030