From 7c897a13ad90bdcaffccf74d43cc4fd20f150226 Mon Sep 17 00:00:00 2001 From: Nick White Date: Thu, 5 Sep 2019 22:13:23 +0100 Subject: gofmt --- bookpipeline/cmd/confgraph/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bookpipeline/cmd/confgraph') diff --git a/bookpipeline/cmd/confgraph/main.go b/bookpipeline/cmd/confgraph/main.go index 20a5838..b60821e 100644 --- a/bookpipeline/cmd/confgraph/main.go +++ b/bookpipeline/cmd/confgraph/main.go @@ -17,7 +17,7 @@ func walker(confs *[]*bookpipeline.Conf) filepath.WalkFunc { if info.IsDir() { return nil } - if ! strings.HasSuffix(path, ".hocr") { + if !strings.HasSuffix(path, ".hocr") { return nil } avg, err := hocr.GetAvgConf(path) -- cgit v1.2.1-24-ge1ad