diff options
author | Bjørn Erik Pedersen <[email protected]> | 2019-07-24 23:31:30 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2019-07-24 23:31:30 +0200 |
commit | 87a07282a2f01779e098cde0aaee1bae34dc32e6 (patch) | |
tree | de79a0f6775ab1d18b6772dc43e809cb85d94f48 /modules | |
parent | 882d678bbf2a149a90e2aed4341d7f6fc2cb394d (diff) | |
download | hugo-87a07282a2f01779e098cde0aaee1bae34dc32e6.tar.gz hugo-87a07282a2f01779e098cde0aaee1bae34dc32e6.zip |
modules: Gofmt
Diffstat (limited to 'modules')
-rw-r--r-- | modules/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/config.go b/modules/config.go index 818241c94..122fd6c55 100644 --- a/modules/config.go +++ b/modules/config.go @@ -301,7 +301,7 @@ func (v HugoVersion) IsValid() bool { type Import struct { Path string // Module path IgnoreConfig bool // Ignore any config.toml found. - Disable bool // Turn off this module. + Disable bool // Turn off this module. Mounts []Mount } |