diff options
author | Anthony Fok <[email protected]> | 2018-07-02 00:08:43 -0600 |
---|---|---|
committer | Anthony Fok <[email protected]> | 2018-07-02 00:08:43 -0600 |
commit | f465571b33c8736a95534dd43f07527869d1eec3 (patch) | |
tree | d0a7e57580d5c4ea6e7b76b782c8ea917f29c5b4 /output | |
parent | f8212d20009c4b5cc6e1ec733d09531eb6525d9f (diff) | |
download | hugo-f465571b33c8736a95534dd43f07527869d1eec3.tar.gz hugo-f465571b33c8736a95534dd43f07527869d1eec3.zip |
output: gofmt -l -w output/layout.go
Diffstat (limited to 'output')
-rw-r--r-- | output/layout.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/output/layout.go b/output/layout.go index 2483093b0..85d46b7ed 100644 --- a/output/layout.go +++ b/output/layout.go @@ -38,7 +38,7 @@ type LayoutDescriptor struct { // Any potential type set in the page's current section and the root section // it lives in. - TypeFirstSection string + TypeFirstSection string TypeCurrentSection string // LayoutOverride indicates what we should only look for the above layout. |