diff options
author | Nick White <git@njw.name> | 2021-07-23 16:17:40 +0100 |
---|---|---|
committer | Nick White <git@njw.name> | 2021-07-23 16:17:40 +0100 |
commit | b571f780dcc4baafa659bebbc316204a46e42f4f (patch) | |
tree | b892958a63fd95b63b5f0e3591fabb53a272a537 /pkg | |
parent | 80a68210b4332e2d83e6b3e48a9ac94218d59f8b (diff) |
gofmt
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/hocr/lines.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/hocr/lines.go b/pkg/hocr/lines.go index 5794243..36e860a 100644 --- a/pkg/hocr/lines.go +++ b/pkg/hocr/lines.go @@ -167,7 +167,7 @@ func GetLineDetailsCustomImg(hocrfn string, imgfn string) (line.Details, error) return newlines, err } - return parseLineDetails(h, filepath.Dir(hocrfn), func(s string) (string, error) {return imgfn, nil}) + return parseLineDetails(h, filepath.Dir(hocrfn), func(s string) (string, error) { return imgfn, nil }) } // GetLineBasics parses a hocr file and returns a corresponding |