Skip to content

Commit

Permalink
trim trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Jul 4, 2024
1 parent 2833754 commit f66bdf2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/admonition_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def test_admonitions_warnings(immaterial_make_app):
.. deprecated:: 0.1.0
:collapsible:
""",
},
)
Expand All @@ -118,7 +118,7 @@ def test_todo_admonition(immaterial_make_app):
.. todo::
Some content.
""",
},
)
Expand Down
4 changes: 2 additions & 2 deletions tests/content_tabs_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
The Test
========
.. md-tab-set::
.. md-tab-set::
:name: tab_set_ref
.. md-tab-item:: A
Expand Down Expand Up @@ -40,7 +40,7 @@ def test_tab_set_child_error(immaterial_make_app):
The Test
========
.. md-tab-set::
.. md-tab-set::
This is not a ``md-tab-item``!
"""},
Expand Down

0 comments on commit f66bdf2

Please sign in to comment.