modules: Gofmt
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Wed, 24 Jul 2019 21:31:30 +0000 (23:31 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Wed, 24 Jul 2019 21:31:30 +0000 (23:31 +0200)
modules/config.go

index 818241c94c96b5352d38a2561fae75c9930f0d0c..122fd6c55c95030077fd0ad8c1848364e779eb94 100644 (file)
@@ -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
 }