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 e2bf70a commit 6789a5a
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 -s ./...
@go fmt ./...

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

0 comments on commit 6789a5a

Please sign in to comment.