Skip to content

Commit acf6ea7

Browse files
authored
Fix indent
1 parent 1572b49 commit acf6ea7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test_doctestplus.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -740,9 +740,9 @@ def f():
740740
with warnings.catch_warnings():
741741
# unclosed file pytest.EXE
742742
warnings.filterwarnings("ignore", category=ResourceWarning)
743-
testdir.inline_run(
744-
'--doctest-plus', '--doctest-rst', '--ignore', 'bar.py'
745-
).assertoutcome(passed=2)
743+
testdir.inline_run(
744+
'--doctest-plus', '--doctest-rst', '--ignore', 'bar.py'
745+
).assertoutcome(passed=2)
746746
else:
747747
testdir.inline_run(
748748
'--doctest-plus', '--doctest-rst', '--ignore', 'bar.py'

0 commit comments

Comments
 (0)