From a837c7ff966016f0f18f84d988bf441024d3ff5a Mon Sep 17 00:00:00 2001 From: Nick White Date: Wed, 2 Oct 2019 12:34:34 +0100 Subject: gofmt --- preproc/preprocmulti.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'preproc/preprocmulti.go') diff --git a/preproc/preprocmulti.go b/preproc/preprocmulti.go index e38d0d7..2e7cb06 100644 --- a/preproc/preprocmulti.go +++ b/preproc/preprocmulti.go @@ -73,7 +73,7 @@ func PreProcMulti(inPath string, ksizes []float64, binType string, binWsize int, } if wipe { - clean = Wipe(threshimg.(*image.Gray), wipeWsize, k * 0.02, wipeMinWidthPerc) + clean = Wipe(threshimg.(*image.Gray), wipeWsize, k*0.02, wipeMinWidthPerc) } else { clean = threshimg } -- cgit v1.2.1-24-ge1ad