Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Dec 28, 2021
1 parent 0fb9754 commit e2bf70a
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 @@ -35,7 +35,7 @@ test: clean

.PHONY: format
format: ## Format go modules
@go fmt ./...
@go fmt -s ./...

.PHONY: tidy
tidy: ## Tidy go.mod
Expand Down

0 comments on commit e2bf70a

Please sign in to comment.