Merge pull request #22971 from staticdev/master

Quickfix for linting in docstring
reviewable/pr22983/r1
Richard Belleville 5 years ago committed by GitHub
commit ae87ce342d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/compiler/python_generator.cc

@ -100,7 +100,7 @@ void PrivateGenerator::PrintAllComments(StringVector comments,
// of the generated code.
out->Print(
"\"\"\"Missing associated documentation comment in .proto "
"file\"\"\"\n");
"file.\"\"\"\n");
return;
}
out->Print("\"\"\"");

Loading…
Cancel
Save