From d55af2abf0548e627998d3905cfdec5b7b8f7ec3 Mon Sep 17 00:00:00 2001 From: Andreas Deininger Date: Fri, 10 Mar 2023 20:18:41 +0100 Subject: Run gofmt -s on source files --- hugolib/pagecollections.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hugolib') diff --git a/hugolib/pagecollections.go b/hugolib/pagecollections.go index 0d901d6b2..6f7d291bc 100644 --- a/hugolib/pagecollections.go +++ b/hugolib/pagecollections.go @@ -143,7 +143,7 @@ func (c *PageCollections) getPageOldVersion(ref ...string) (page.Page, error) { return c.getPageNew(nil, key) } -// Only used in tests. +// Only used in tests. func (c *PageCollections) getPage(typ string, sections ...string) page.Page { refs := append([]string{typ}, path.Join(sections...)) p, _ := c.getPageOldVersion(refs...) -- cgit v1.2.3