diff options
| author | Will Crichton <wcrichto@cs.stanford.edu> | 2022-12-05 14:04:57 -0800 | 
|---|---|---|
| committer | Will Crichton <wcrichto@cs.stanford.edu> | 2022-12-05 14:04:57 -0800 | 
| commit | f7a705929aa3f40ff5c3b1e569858a7030b2e3bd (patch) | |
| tree | dad702bd505485bf6736c7340d4737750e9346bf | |
| parent | 5a9fffc593046abaa3522cfe0a1a59c7decdc61d (diff) | |
| download | rust-f7a705929aa3f40ff5c3b1e569858a7030b2e3bd.tar.gz rust-f7a705929aa3f40ff5c3b1e569858a7030b2e3bd.zip  | |
Restore missing newline
| -rw-r--r-- | src/test/rustdoc-gui/scrape-examples-button-focus.goml | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/rustdoc-gui/scrape-examples-button-focus.goml b/src/test/rustdoc-gui/scrape-examples-button-focus.goml index 1eb04eb92d1..a222139f1dc 100644 --- a/src/test/rustdoc-gui/scrape-examples-button-focus.goml +++ b/src/test/rustdoc-gui/scrape-examples-button-focus.goml @@ -24,4 +24,4 @@ assert-property-false: (".scraped-example-list > .scraped-example pre", { store-property: (fullOffsetHeight, ".scraped-example-list > .scraped-example pre", "offsetHeight") assert-property: (".scraped-example-list > .scraped-example pre", { "scrollHeight": |fullOffsetHeight| -}) \ No newline at end of file +})  | 
