summaryrefslogtreecommitdiffstats
path: root/hugolib
diff options
context:
space:
mode:
authorAndreas Deininger <andreas@deininger.net>2023-03-10 20:18:41 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2023-03-12 10:32:29 +0100
commitd55af2abf0548e627998d3905cfdec5b7b8f7ec3 (patch)
tree1d5a8ce9decb09badff02a2b942886831d1783e2 /hugolib
parentb6f44aaf1a5b80943e553bda2282d971e00e3d48 (diff)
Run gofmt -s on source files
Diffstat (limited to 'hugolib')
-rw-r--r--hugolib/pagecollections.go2
1 files changed, 1 insertions, 1 deletions
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...)