From cd93cda2c686a0652b3db8130286562a822a8d98 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker <caarlos0@gmail.com> Date: Mon, 13 Sep 2021 11:09:24 -0300 Subject: [PATCH] chore: gofumpt Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 08ac5a7f0..29e141544 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ cover: test # gofmt and goimports all go files fmt: - gofumpt -w . + gofumpt -w -l -s . .PHONY: fmt # Run all the tests and code checks