Fix code formatting

pull/15955/head
tony newell 1 year ago
parent 299c78612d
commit d80e09ae20
  1. 2
      src/google/protobuf/compiler/csharp/csharp_doc_comment.cc

@ -58,7 +58,7 @@ void WriteDocCommentBodyImpl(io::Printer* printer, SourceLocation location) {
// to complain when generating the XML documentation
// Issue https://github.com/grpc/grpc/issues/35905
if (line[0] == '/') {
line.replace(0,1,"/");
line.replace(0, 1, "/");
}
printer->Print("///$line$\n", "line", line);
}

Loading…
Cancel
Save