diff options
Diffstat (limited to 'tests/projects/c++/protobuf_grpc_cpp_plugin')
| -rw-r--r-- | tests/projects/c++/protobuf_grpc_cpp_plugin/src/main.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/projects/c++/protobuf_grpc_cpp_plugin/src/main.cpp b/tests/projects/c++/protobuf_grpc_cpp_plugin/src/main.cpp index dc06458ae..03ede9550 100644 --- a/tests/projects/c++/protobuf_grpc_cpp_plugin/src/main.cpp +++ b/tests/projects/c++/protobuf_grpc_cpp_plugin/src/main.cpp @@ -4,8 +4,7 @@ using namespace std; -int main(int argc, char** argv) -{ +int main(int argc, char **argv) { cout << "hello world!" << endl; return 0; } |
