Skip to content

Commit

Permalink
fix: go fmt -> gofmt (#522)
Browse files Browse the repository at this point in the history
  • Loading branch information
J0 authored Jun 30, 2022
1 parent 32a6e1f commit 0177301
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 @@ -55,4 +55,4 @@ docker-clean: ## Remove the development containers and volumes
docker-compose -f $(DEV_DOCKER_COMPOSE) rm -fsv

format:
go fmt -s -w .
gofmt -s -w .

0 comments on commit 0177301

Please sign in to comment.