From 22454d3d3dc38dc477de845b5bfcff39d895f855 Mon Sep 17 00:00:00 2001 From: DragonAura <32223554+DragonAura@users.noreply.github.com> Date: Wed, 28 Sep 2022 19:19:40 +0800 Subject: [PATCH] style: fix style of cpp_output.sh Co-authored-by: Timothy Liu --- dependency/proto/cpp_output.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependency/proto/cpp_output.sh b/dependency/proto/cpp_output.sh index 34ec741..3625dc7 100755 --- a/dependency/proto/cpp_output.sh +++ b/dependency/proto/cpp_output.sh @@ -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 \ No newline at end of file +mv -f ./*.cc ../../CAPI/proto