8f0ebd6
From 58da4dd6f4c995037ca9a41f00d3420e552a7298 Mon Sep 17 00:00:00 2001
8f0ebd6
From: Jan Chaloupka <jchaloup@redhat.com>
8f0ebd6
Date: Fri, 8 Jun 2018 21:52:26 +0200
8f0ebd6
Subject: [PATCH] Fix formatting
8f0ebd6
8f0ebd6
---
8f0ebd6
 histogram/histogram_test.go | 2 +-
8f0ebd6
 1 file changed, 1 insertion(+), 1 deletion(-)
8f0ebd6
8f0ebd6
diff --git a/histogram/histogram_test.go b/histogram/histogram_test.go
8f0ebd6
index 0575ebe..2a2d057 100644
8f0ebd6
--- a/histogram/histogram_test.go
8f0ebd6
+++ b/histogram/histogram_test.go
8f0ebd6
@@ -25,7 +25,7 @@ func TestHistogram(t *testing.T) {
8f0ebd6
 	}
8f0ebd6
 
8f0ebd6
 	if g := count(h.Bins()); g != numPoints {
8f0ebd6
-		t.Fatalf("binned %d points, wanted %d", g, numPoints)
8f0ebd6
+		t.Fatalf("binned %d points, wanted %f", g, numPoints)
8f0ebd6
 	}
8f0ebd6
 }
8f0ebd6
 
8f0ebd6
-- 
8f0ebd6
2.7.5
8f0ebd6