diff options
author | Andreas Deininger <[email protected]> | 2023-03-10 20:18:41 +0100 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2023-03-12 10:32:29 +0100 |
commit | d55af2abf0548e627998d3905cfdec5b7b8f7ec3 (patch) | |
tree | 1d5a8ce9decb09badff02a2b942886831d1783e2 /resources | |
parent | b6f44aaf1a5b80943e553bda2282d971e00e3d48 (diff) | |
download | hugo-d55af2abf0548e627998d3905cfdec5b7b8f7ec3.tar.gz hugo-d55af2abf0548e627998d3905cfdec5b7b8f7ec3.zip |
Run gofmt -s on source files
Diffstat (limited to 'resources')
-rw-r--r-- | resources/page/page_paths.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/resources/page/page_paths.go b/resources/page/page_paths.go index 3d34866d1..8c718fd77 100644 --- a/resources/page/page_paths.go +++ b/resources/page/page_paths.go @@ -30,8 +30,7 @@ const slash = "/" // // The big motivating behind this is to have only one source of truth for URLs, // and by that also get rid of most of the fragile string parsing/encoding etc. -// -// + type TargetPathDescriptor struct { PathSpec *helpers.PathSpec |