Remove trailing whitespaces

This commit is contained in:
Jellby 2016-09-29 20:27:35 +02:00
parent 9bef597a2f
commit fbc8802dc3

View File

@ -1123,7 +1123,7 @@ def test_html_sourcelink_suffix(app, status, warning):
assert (app.outdir / '_sources' / 'otherext.foo').exists()
assert (app.outdir / '_sources' / 'images.txt').exists()
@gen_with_app(buildername='html', testroot='stylesheets')
def test_alternate_stylesheets(app, status, warning):
app.builder.build_all()