From d90e37e0c6e812f9913bf256c9c81aa05b7a08aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Wed, 2 Dec 2020 13:23:25 +0100 Subject: all: Format code with gofumpt See https://github.com/mvdan/gofumpt --- magefile.go | 1 - 1 file changed, 1 deletion(-) (limited to 'magefile.go') diff --git a/magefile.go b/magefile.go index 02e49b66e..16f630abc 100644 --- a/magefile.go +++ b/magefile.go @@ -45,7 +45,6 @@ func init() { func runWith(env map[string]string, cmd string, inArgs ...interface{}) error { s := argsToStrings(inArgs...) return sh.RunWith(env, cmd, s...) - } // Build hugo binary -- cgit v1.2.3