Run formatter

pull/11524/head
Michael Bausor 8 years ago
parent 0d8b988fbb
commit 495e9ac023
  1. 3
      src/compiler/php_generator_helpers.h

@ -56,8 +56,7 @@ template <typename DescriptorType>
inline grpc::string GetPHPComments(const DescriptorType *desc,
grpc::string prefix) {
return ReplaceAll(grpc_generator::GetPrefixedComments(desc, true, prefix),
"*/",
"&#42;/");
"*/", "&#42;/");
}
} // namespace grpc_php_generator

Loading…
Cancel
Save