diff --git a/GNUmakefile b/GNUmakefile index eb5893f2..0defa49b 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -17,7 +17,7 @@ testacc: fmtcheck fmt: @echo "==> Fixing source code with gofmt..." - gofmt -w ./$(PKG_NAME) + gofmt -w -s ./$(PKG_NAME) # Currently required by tf-deploy compile fmtcheck: