Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: trailing whitespace in contributing.rst #310

Merged
merged 1 commit into from Feb 8, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 5 additions & 5 deletions synth.py
Expand Up @@ -236,14 +236,14 @@ def lint_setup_py(session):
"CONTRIBUTING.rst",
"\nTest Coverage",
"""*************
Updating Conformance Tests
**************************
Updating Conformance Tests
**************************

The firestore client libraries use a shared set of conformance tests, the source of which can be found at https://github.com/googleapis/conformance-tests.
The firestore client libraries use a shared set of conformance tests, the source of which can be found at https://github.com/googleapis/conformance-tests.

To update the copy of these conformance tests used by this repository, run the provided Makefile:
To update the copy of these conformance tests used by this repository, run the provided Makefile:

$ make -f Makefile_v1
$ make -f Makefile_v1

*************
Test Coverage"""
Expand Down