3rdparty / eventuals-grpc

C++ asynchronous interface for gRPC based on https://github.com/3rdparty/eventuals.
Apache License 2.0
20 stars 5 forks source link

Format code with clang in `/stout/grpc/client.h` #32

Closed ArthurBandaryk closed 3 years ago

ArthurBandaryk commented 3 years ago

Since in the /stout/grpc/client.h there are some lines that has more than 80 chars, we need to format it in order that C/C++ Style Check actions will be able to pass successfully.