diff --git a/Makefile b/Makefile index e0047e20ad..68f8520886 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ protobuf: bash internal/tfplugin5/generate.sh fmt: - gofmt -w $(GOFMT_FILES) + gofmt -s -w $(GOFMT_FILES) fmtcheck: @sh -c "'$(CURDIR)/scripts/gofmtcheck.sh'"