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

Auto-format Bazel files using standard 'buildifier' tool #5

Closed rjhuijsman closed 3 years ago

rjhuijsman commented 3 years ago

Before this PR, our BUILD.bazel files were not auto-formatted.

This PR uses buildifier (analogous to prettier, gofmt, etc.) to auto-format the BUILD.bazel files in this repo. There are no functional changes, only formatting.