fix from clang format code

Add fixes from clang_format_code.sh.
pull/18223/head
Karthik Ravi Shankar 6 years ago
parent b606cad6cc
commit 5e5e337b03
  1. 3
      src/cpp/ext/filters/census/views.cc

@ -41,7 +41,7 @@ void RegisterOpenCensusViewsForExport() {
grpc::ServerReceivedBytesPerRpcCumulative().RegisterForExport();
grpc::ServerServerLatencyCumulative().RegisterForExport();
}
}
} // namespace grpc_impl
namespace grpc {
using ::opencensus::stats::Aggregation;
@ -88,7 +88,6 @@ ViewDescriptor HourDescriptor() {
} // namespace
// client cumulative
const ViewDescriptor& ClientSentBytesPerRpcCumulative() {
const static ViewDescriptor descriptor =

Loading…
Cancel
Save