Skip to content

Commit

Permalink
Dear Ruff your style is not my taste!
Browse files Browse the repository at this point in the history
  • Loading branch information
jfbu committed Aug 13, 2024
1 parent cb795d6 commit 67fff70
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_builders/test_build_latex.py
Original file line number Diff line number Diff line change
Expand Up @@ -2280,8 +2280,7 @@ def test_latex_contents_topic_sidebar(app):
result = (app.outdir / 'projectnamenotset.tex').read_text(encoding='utf8')

assert (
'\\begin{sphinxcontents}\n'
'\\sphinxstylecontentstitle{Contents}\n'
'\\begin{sphinxcontents}\n\\sphinxstylecontentstitle{Contents}\n'
) in result

assert (
Expand Down

0 comments on commit 67fff70

Please sign in to comment.