clang format code

pull/19599/head
Jan Tattermusch 6 years ago
parent 8ca58d55fe
commit dce5408b84
  1. 4
      src/compiler/csharp_generator.cc

@ -437,8 +437,8 @@ void GenerateClientStub(Printer* out, const ServiceDescriptor* service,
"/// <param name=\"channel\">The channel to use to make remote "
"calls.</param>\n",
"servicename", GetServiceClassName(service));
out->Print("public $name$(grpc::ChannelBase channel) : base(channel)\n", "name",
GetClientClassName(service));
out->Print("public $name$(grpc::ChannelBase channel) : base(channel)\n",
"name", GetClientClassName(service));
out->Print("{\n");
out->Print("}\n");
}

Loading…
Cancel
Save