Browse Source

style: fix style of cpp_output.sh

Co-authored-by: Timothy Liu <liuxf19@163.com>
tags/0.1.0
DragonAura GitHub 3 years ago
parent
commit
22454d3d3d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      dependency/proto/cpp_output.sh

+ 1
- 1
dependency/proto/cpp_output.sh View File

@@ -5,4 +5,4 @@ protoc MessageType.proto --cpp_out=.
protoc Message2Server.proto --grpc_out=. --plugin=protoc-gen-grpc=`which grpc_cpp_plugin`
protoc Message2Server.proto --cpp_out=.
mv -f ./*.h ../../CAPI/proto
mv -f ./*.cc ../../CAPI/proto
mv -f ./*.cc ../../CAPI/proto

Loading…
Cancel
Save