summaryrefslogtreecommitdiffstats
path: root/hugolib/config.go
diff options
context:
space:
mode:
authorTibor Vass <tvass@stumbleupon.com>2014-01-29 14:50:31 -0800
committerspf13 <steve.francia@gmail.com>2014-01-29 18:03:35 -0500
commit6dd2e9a49acde23dcf5e9701915f7e8ed692ce5a (patch)
treedbbc04239e25626868fad3e7faab656c26e3715a /hugolib/config.go
parentff9f6e1b2a000a24e677b9a3fa8dfbdef11c404c (diff)
gofmt all go code
Diffstat (limited to 'hugolib/config.go')
-rw-r--r--hugolib/config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hugolib/config.go b/hugolib/config.go
index f3e1d3ec9..df1b87ec6 100644
--- a/hugolib/config.go
+++ b/hugolib/config.go
@@ -36,7 +36,7 @@ type Config struct {
Params map[string]interface{}
Permalinks PermalinkOverrides
BuildDrafts, UglyUrls, Verbose bool
- CanonifyUrls bool
+ CanonifyUrls bool
}
var c Config