Skip to content

Commit

Permalink
fix: remove go fmt invocation
Browse files Browse the repository at this point in the history
`trunk fmt` already uses the standard gofmt formatter
  • Loading branch information
rriski committed Oct 30, 2024
1 parent 472723e commit 19638ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ generate: userconfigs boilerplate imports manifests docs charts fmt ## Run all c

.PHONY: fmt
fmt: ## Format code.
go fmt ./...
trunk fmt

.PHONY: vet
Expand Down

0 comments on commit 19638ee

Please sign in to comment.