Browse Source

Fix gofumpt cli

tags/v2.1.4^2
9seconds 4 years ago
parent
commit
ad8c09a2a3
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Makefile

+ 1
- 1
Makefile View File

@@ -39,7 +39,7 @@ vendor: go.mod go.sum
39 39
 
40 40
 .PHONY: fmt
41 41
 fmt:
42
-	@$(GOTOOL) gofumpt -w -s -extra "$(ROOT_DIR)"
42
+	@$(GOTOOL) gofumpt -w -extra "$(ROOT_DIR)"
43 43
 
44 44
 .PHONY: test
45 45
 test:

Loading…
Cancel
Save