From 87a07282a2f01779e098cde0aaee1bae34dc32e6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Wed, 24 Jul 2019 23:31:30 +0200 Subject: [PATCH] modules: Gofmt --- modules/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/config.go b/modules/config.go index 818241c9..122fd6c5 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 } -- 2.30.2