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()