summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/disintegration/imaging/histogram_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/disintegration/imaging/histogram_test.go')
-rw-r--r--vendor/github.com/disintegration/imaging/histogram_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/disintegration/imaging/histogram_test.go b/vendor/github.com/disintegration/imaging/histogram_test.go
index 0bcf82588..10f4c3fef 100644
--- a/vendor/github.com/disintegration/imaging/histogram_test.go
+++ b/vendor/github.com/disintegration/imaging/histogram_test.go
@@ -36,7 +36,7 @@ func TestHistogram(t *testing.T) {
for _, val := range h {
if val != 0 {
t.Errorf("Histogram for an empty image should be a zero histogram.")
- return
+ return
}
}
}