From fbc8802dc370acd9eaff5a276a54aca953c4837a Mon Sep 17 00:00:00 2001 From: Jellby Date: Thu, 29 Sep 2016 20:27:35 +0200 Subject: [PATCH] Remove trailing whitespaces --- tests/test_build_html.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_build_html.py b/tests/test_build_html.py index a525d5918..2c77e2532 100644 --- a/tests/test_build_html.py +++ b/tests/test_build_html.py @@ -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()