From 2946ba02f25a7ae605464031099580b3ae2ce22c Mon Sep 17 00:00:00 2001 From: Nick White Date: Tue, 14 May 2019 10:30:35 +0100 Subject: gofmt --- preproc/wipesides.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'preproc/wipesides.go') diff --git a/preproc/wipesides.go b/preproc/wipesides.go index 5291d00..04bfa11 100644 --- a/preproc/wipesides.go +++ b/preproc/wipesides.go @@ -12,7 +12,7 @@ import ( // returns the proportion of the given window that is black pixels func proportion(i integralimg.I, x int, size int) float64 { - w := i.GetVerticalWindow(x, size) + w := i.GetVerticalWindow(x, size) return w.Proportion() } -- cgit v1.2.1-24-ge1ad