remove trailing whitespace to satisfy the linter

This commit is contained in:
AlexVonB
2021-09-04 21:47:27 +02:00
committed by GitHub
parent 5fc1441fe7
commit 8400b39dd9

View File

@@ -51,7 +51,7 @@ def test_nested_ols():
def test_ul():
assert md('<ul><li>a</li><li>b</li></ul>') == '* a\n* b\n'
assert md("""<ul>
assert md("""<ul>
<li>
a
</li>