From 08647ec58034ecdc4ea60e7eb37c9e91fff784d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Mon, 16 Mar 2015 19:43:02 +0100 Subject: Run go fmt --- common/probdist/weighted_dist.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/probdist/weighted_dist.go') diff --git a/common/probdist/weighted_dist.go b/common/probdist/weighted_dist.go index 811a8a0..5f8e88e 100644 --- a/common/probdist/weighted_dist.go +++ b/common/probdist/weighted_dist.go @@ -237,7 +237,7 @@ func (w *WeightedDist) String() string { for i, v := range w.values { p := w.weights[i] if p > 0.01 { // Squelch tiny probabilities. - buf.WriteString(fmt.Sprintf("%d: %f ", v, p)) + buf.WriteString(fmt.Sprintf("%d: %f ", v, p)) } } buf.WriteString("]") -- cgit v1.2.3