浏览代码

Update formatting

= 6 年之前
父节点
当前提交
ad9dcc1ff4
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/compiler/csharp_generator.cc

+ 2 - 2
src/compiler/csharp_generator.cc

@@ -609,8 +609,8 @@ void GenerateBindServiceMethod(Printer* out, const ServiceDescriptor* service) {
   out->Print("\n");
 }
 
-void GenerateBindServiceWithBinderMethod(
-    Printer* out, const ServiceDescriptor* service) {
+void GenerateBindServiceWithBinderMethod(Printer* out,
+                                         const ServiceDescriptor* service) {
   out->Print(
       "/// <summary>Register service method with a service "
       "binder without implementation. Useful when customizing the service "