Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-release-src > by-pkgid > b71024fbd2984a1925afc590acfae16e > files > 1

golang-github-beorn7-perks-0-0.1.mga7.src.rpm

From fd79ea9e2233c41c543a8e08a57732dc681fde01 Mon Sep 17 00:00:00 2001
From: Jan Chaloupka <jchaloup@redhat.com>
Date: Fri, 8 Jun 2018 21:01:17 +0200
Subject: [PATCH] Fix formatting

---
 histogram/histogram_test.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/histogram/histogram_test.go b/histogram/histogram_test.go
index 0575ebe..2a2d057 100644
--- a/histogram/histogram_test.go
+++ b/histogram/histogram_test.go
@@ -25,7 +25,7 @@ func TestHistogram(t *testing.T) {
 	}
 
 	if g := count(h.Bins()); g != numPoints {
-		t.Fatalf("binned %d points, wanted %d", g, numPoints)
+		t.Fatalf("binned %d points, wanted %f", g, numPoints)
 	}
 }
 
-- 
2.7.5