diff options
| author | Michael Howell <michael@notriddle.com> | 2022-05-06 05:18:32 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-06 05:18:32 -0700 |
| commit | bd11e22203c0d7bb87375a3a39c53649af50593c (patch) | |
| tree | 66c4245b448461379c2282cb44dc0eb901f48b7b /src/test/rustdoc-gui/implementors.goml | |
| parent | 903aebe318f638ddc46e0b799e6fcc022492887c (diff) | |
| download | rust-bd11e22203c0d7bb87375a3a39c53649af50593c.tar.gz rust-bd11e22203c0d7bb87375a3a39c53649af50593c.zip | |
Add missing newline
Diffstat (limited to 'src/test/rustdoc-gui/implementors.goml')
| -rw-r--r-- | src/test/rustdoc-gui/implementors.goml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/rustdoc-gui/implementors.goml b/src/test/rustdoc-gui/implementors.goml index ccc69cc6bd7..f29613f78b1 100644 --- a/src/test/rustdoc-gui/implementors.goml +++ b/src/test/rustdoc-gui/implementors.goml @@ -24,4 +24,4 @@ compare-elements-position-near: ("#impl-EmptyTrait3 h3", "#impl-EmptyTrait3 .ite goto: file://|DOC_PATH|/lib2/trait.TraitToReexport.html assert-count: ("#implementors-list .impl", 1) goto: file://|DOC_PATH|/implementors/trait.TraitToReexport.html -assert-count: ("#implementors-list .impl", 1) \ No newline at end of file +assert-count: ("#implementors-list .impl", 1) |
