Skip to content
Snippets Groups Projects
Commit 495e9ac0 authored by Michael Bausor's avatar Michael Bausor
Browse files

Run formatter

parent 0d8b988f
No related branches found
No related tags found
No related merge requests found
...@@ -56,8 +56,7 @@ template <typename DescriptorType> ...@@ -56,8 +56,7 @@ template <typename DescriptorType>
inline grpc::string GetPHPComments(const DescriptorType *desc, inline grpc::string GetPHPComments(const DescriptorType *desc,
grpc::string prefix) { grpc::string prefix) {
return ReplaceAll(grpc_generator::GetPrefixedComments(desc, true, prefix), return ReplaceAll(grpc_generator::GetPrefixedComments(desc, true, prefix),
"*/", "*/", "&#42;/");
"&#42;/");
} }
} // namespace grpc_php_generator } // namespace grpc_php_generator
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment