Skip to content

Commit

Permalink
Add fmt for pb gen
Browse files Browse the repository at this point in the history
  • Loading branch information
ringsaturn committed Mar 10, 2024
1 parent 46950e4 commit 9b62861
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ pb:
buf build
buf generate
protoc-go-inject-tag -input="proto/v1/*.pb.go" -remove_tag_comment
go fmt ./...

fmt:
find proto/v1 -iname *.proto | xargs clang-format -i --style=Google
Expand Down
6 changes: 2 additions & 4 deletions proto/v1/api.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9b62861

Please sign in to comment.