Skip to content

Commit 1a1cfda

Browse files
committed
Remove spurious white space
1 parent b913403 commit 1a1cfda

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/examples/or_dependency.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,20 +33,20 @@ def test_bx():
3333

3434
@pytest.mark.dependency()
3535
def test_c(request):
36-
depends_or(request, ["test_ax", "test_bx"])
36+
depends_or(request, ["test_ax", "test_bx"])
3737
pass
3838

3939
@pytest.mark.dependency()
4040
def test_d(request):
41-
depends_or(request, ["test_ax", "test_bp"])
41+
depends_or(request, ["test_ax", "test_bp"])
4242
pass
4343

4444
@pytest.mark.dependency()
4545
def test_e(request):
46-
depends_or(request, ["test_ap", "test_bx"])
46+
depends_or(request, ["test_ap", "test_bx"])
4747
pass
4848

4949
@pytest.mark.dependency()
5050
def test_f(request):
51-
depends_or(request, ["test_ap", "test_bp"])
51+
depends_or(request, ["test_ap", "test_bp"])
5252
pass

0 commit comments

Comments
 (0)