Fix errors from clang_format_code.sh

pull/18396/head
Karthik Ravi Shankar 6 years ago
parent 4260fe1147
commit 4e0923e802
  1. 4
      test/cpp/microbenchmarks/bm_opencensus_plugin.cc

@ -33,9 +33,7 @@ using ::grpc::RegisterOpenCensusPlugin;
using ::grpc::RegisterOpenCensusViewsForExport;
absl::once_flag once;
void RegisterOnce() {
absl::call_once(once, RegisterOpenCensusPlugin);
}
void RegisterOnce() { absl::call_once(once, RegisterOpenCensusPlugin); }
class EchoServer final : public grpc::testing::EchoTestService::Service {
grpc::Status Echo(grpc::ServerContext* context,

Loading…
Cancel
Save