Skip to content

Commit 4483b79

Browse files
committed
style: Updating gofumpt parameter
Signed-off-by: Vincent Boutour <[email protected]>
1 parent fbaf762 commit 4483b79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ init:
5353
.PHONY: format
5454
format:
5555
goimports -w $(shell find . -name "*.go")
56-
gofumpt -s -w $(shell find . -name "*.go")
56+
gofumpt -w $(shell find . -name "*.go")
5757

5858
## style: Check lint, code styling rules. e.g. pylint, phpcs, eslint, style (java) etc ...
5959
.PHONY: style

0 commit comments

Comments
 (0)