Skip to content

Commit 896e915

Browse files
committed
too many whitespaces
1 parent dd19075 commit 896e915

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/matplotlib/tests/test_backend_macosx.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ def new_choose_save_file(title, directory, filename):
4646
# we added a subdirectory "test"
4747
assert mpl.rcParams["savefig.directory"] == f"{tmp_path}/test"
4848

49+
4950
@pytest.mark.backend('macosx')
5051
def test_save_figure_return():
5152
fig, ax = plt.subplots()
@@ -58,8 +59,8 @@ def test_save_figure_return():
5859
with mock.patch(prop, return_value=None):
5960
fname = fig.canvas.manager.toolbar.save_figure()
6061
assert fname is None
61-
62-
62+
63+
6364
def test_ipython():
6465
from matplotlib.testing import ipython_in_subprocess
6566
ipython_in_subprocess("osx", {(8, 24): "macosx", (7, 0): "MacOSX"})

0 commit comments

Comments
 (0)