Skip to content

Commit

Permalink
modules: Gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Jul 24, 2019
1 parent 882d678 commit 87a0728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 87a0728

Please sign in to comment.