Skip to content

Commit

Permalink
add utils in make fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Gatto <[email protected]>
  • Loading branch information
outscale-mgo committed Mar 15, 2024
1 parent ef37b79 commit 593c918
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ test-others: fmtcheck test-gen-cert

.PHONY: fmt
fmt:
gofmt -s -w ./utils/
gofmt -s -w ./main.go
gofmt -s -w ./$(PKG_NAME)

Expand Down

0 comments on commit 593c918

Please sign in to comment.