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

Fix broken build due to missing comma in Bazel file. #13

Closed rjhuijsman closed 3 years ago

rjhuijsman commented 3 years ago

Fix broken build due to missing comma in Bazel file on line 46.

Also auto-formats the file with buildifier, which makes a few more NOOP changes.