Skip to content

Commit 536c2f5

Browse files
committed
add go fmt to lint/fix target
1 parent efe5ae2 commit 536c2f5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ lint: codegen
5959

6060
.PHONY: lint/fix
6161
lint/fix:
62+
go fmt ./...
6263
$(MAKE) -C ./tests lint/fix
6364

6465
.PHONY: codegen

0 commit comments

Comments
 (0)