Muxi Yan 8 роки тому
батько
коміт
88d9377365
1 змінених файлів з 2 додано та 1 видалено
  1. 2 1
      src/compiler/objective_c_plugin.cc

+ 2 - 1
src/compiler/objective_c_plugin.cc

@@ -59,7 +59,8 @@ class ObjectiveCGrpcGenerator : public grpc::protobuf::compiler::CodeGenerator {
       return true;
     }
 
-    ::grpc::string file_name = google::protobuf::compiler::objectivec::FilePath(file);
+    ::grpc::string file_name =
+        google::protobuf::compiler::objectivec::FilePath(file);
     ::grpc::string prefix = file->options().objc_class_prefix();
 
     {