chore: format proto files (#17445)

Co-authored-by: marbar3778 <marbar3778@yahoo.com>
This commit is contained in:
Marko
2023-08-18 14:06:01 +00:00
committed by GitHub
co-authored by marbar3778
parent c48bf70288
commit 066f8a7a50
34 changed files with 213 additions and 234 deletions
+3
View File
@@ -35,3 +35,6 @@ rm -rf github.com cosmossdk.io
go mod tidy
./scripts/protocgen-pulsar.sh
echo "Formatting protobuf files"
find ./ -name "*.proto" -exec clang-format -i {} \;