Skip to content

Commit

Permalink
chore(makefile): add fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
MR2011 committed Jul 30, 2024
1 parent 3428ed6 commit b94e949
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,7 @@ test-app:
ginkgo internal/app

test-db:
ginkgo internal/database/mariadb
ginkgo internal/database/mariadb

fmt:
go fmt ./...

0 comments on commit b94e949

Please sign in to comment.