Fix gofumpt cli

This commit is contained in:
9seconds
2021-12-03 09:26:31 +03:00
parent 2f626e2138
commit ad8c09a2a3
+1 -1
View File
@@ -39,7 +39,7 @@ vendor: go.mod go.sum
.PHONY: fmt
fmt:
@$(GOTOOL) gofumpt -w -s -extra "$(ROOT_DIR)"
@$(GOTOOL) gofumpt -w -extra "$(ROOT_DIR)"
.PHONY: test
test: