Skip to content

Commit

Permalink
style: Updating gofumpt parameter
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Boutour <[email protected]>
  • Loading branch information
ViBiOh committed Nov 10, 2021
1 parent ba279eb commit f7731a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ init:
.PHONY: format
format:
goimports -w $(shell find . -name "*.go")
gofumpt -s -w $(shell find . -name "*.go")
gofumpt -w $(shell find . -name "*.go")

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

0 comments on commit f7731a5

Please sign in to comment.