Skip to content

Commit 1a8caa4

Browse files
authored
Proper text files end with a newline character (#6614)
Fix yamllint error. Fix other text files once I am at it. No change in source function.
1 parent 778e9e9 commit 1a8caa4

File tree

26 files changed

+27
-27
lines changed

26 files changed

+27
-27
lines changed

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ P1 - I need this no later than the next release (end of quarter)
2727
P2 - we should do it in the next couple of quarters
2828
P3 - I'm not really blocked by it, it is an idea I'd like to discuss / suggestion based on principle
2929

30-
<!-- [optional] additional comment / context -->
30+
<!-- [optional] additional comment / context -->

.github/ISSUE_TEMPLATE/task.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Project task
3-
about: Task to track larger efforts
3+
about: Task to track larger efforts
44
title: ''
55
labels: 'kind/task'
66
assignees: ''
@@ -16,4 +16,4 @@ assignees: ''
1616
<!-- optional, feel free to remove this section -->
1717
**Related**
1818

19-
Related issues: #abc, #xyz, ...
19+
Related issues: #abc, #xyz, ...

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,4 @@ harassment or threats to anyone's safety, we may take action without notice.
8989

9090
This Code of Conduct is adapted from the Contributor Covenant, version 1.4,
9191
available at
92-
https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
92+
https://www.contributor-covenant.org/version/1/4/code-of-conduct.html

benchmarks/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ You can also pass arguments to the script, which would be forwarded to the `asv
1919
Please refer [Running Benchmarks guide by ASV](https://asv.readthedocs.io/en/stable/using.html#running-benchmarks) for more information.
2020

2121
## Results Database
22-
TODO([#3838](https://github.com/quantumlib/Cirq/issues/3838)): Add details regarding GCP setup.
22+
TODO([#3838](https://github.com/quantumlib/Cirq/issues/3838)): Add details regarding GCP setup.

cirq-aqt/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
requests~=2.18
1+
requests~=2.18

cirq-google/cirq_google/api/v2/program.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,4 +462,4 @@ message IdentityGate {
462462

463463
message HPowGate {
464464
FloatArg exponent = 1;
465-
}
465+
}

cirq-google/cirq_google/devices/specifications/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ This directory contains snapshots of `DeviceSpecification` proto messages
33

44
Files with the suffix `_for_grid_device` are equivalent representations of corresponding proto files
55
without the suffix, but in the new `DeviceSpecification` format which is parsed into
6-
`cirq_google.GridDevice`.
6+
`cirq_google.GridDevice`.

cirq-google/version_policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# cirq-google Version Policy
22

3-
The `cirq-google` directory should abide by Semantic Versioning 2.0.0. In rare cases, we may introduce backward-incompatible changes to the public API in a release with a minor version increment. Such changes will be noted in `CHANGELOG.md` within the directory before the release.
3+
The `cirq-google` directory should abide by Semantic Versioning 2.0.0. In rare cases, we may introduce backward-incompatible changes to the public API in a release with a minor version increment. Such changes will be noted in `CHANGELOG.md` within the directory before the release.

cirq-ionq/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
requests~=2.18
1+
requests~=2.18

cirq-pasqal/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
requests~=2.18
1+
requests~=2.18

0 commit comments

Comments
 (0)