Skip to content

Commit 0177301

Browse files
authored
fix: go fmt -> gofmt (#522)
1 parent 32a6e1f commit 0177301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ docker-clean: ## Remove the development containers and volumes
5555
docker-compose -f $(DEV_DOCKER_COMPOSE) rm -fsv
5656

5757
format:
58-
go fmt -s -w .
58+
gofmt -s -w .

0 commit comments

Comments
 (0)