Skip to content

Commit

Permalink
fix: mistake in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikaverpil committed Jun 15, 2024
1 parent e12fd03 commit 2649202
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 @@ -38,7 +38,7 @@ test-go:
format-go:
cd tests/go && \
gci write --skip-generated --skip-vendor -s standard -s default . && \
golines --base-formatter=gofumpt --ignore-generated --tab-len=1 --max-len=120 --write-output . && \
golines --base-formatter=gofumpt --ignore-generated --tab-len=1 --max-len=120 --write-output .

.PHONY: lint-go
lint-go:
Expand Down

0 comments on commit 2649202

Please sign in to comment.