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
 
39
 
40
 .PHONY: fmt
40
 .PHONY: fmt
41
 fmt:
41
 fmt:
42
-	@$(GOTOOL) gofumpt -w -s -extra "$(ROOT_DIR)"
42
+	@$(GOTOOL) gofumpt -w -extra "$(ROOT_DIR)"
43
 
43
 
44
 .PHONY: test
44
 .PHONY: test
45
 test:
45
 test:

Loading…
Cancel
Save