Skip to content

Commit 9c2412a

Browse files
authored
Merge pull request #8301 from tacaswell/sty_fix_pep8
STY: fix whitespace in the tests
2 parents fcace6c + 1a55203 commit 9c2412a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lib/matplotlib/tests/test_axes.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1246,8 +1246,10 @@ def test_bar_tick_label_multiple():
12461246
ax.bar([1, 2.5], [1, 2], width=[0.2, 0.5], tick_label=['a', 'b'],
12471247
align='center')
12481248

1249-
@image_comparison(baseline_images=['bar_tick_label_multiple_old_label_alignment'],
1250-
extensions=['png'])
1249+
1250+
@image_comparison(
1251+
baseline_images=['bar_tick_label_multiple_old_label_alignment'],
1252+
extensions=['png'])
12511253
def test_bar_tick_label_multiple_old_alignment():
12521254
# Test that the algnment for class is backward compatible
12531255
matplotlib.rcParams["ytick.alignment"] = "center"

0 commit comments

Comments
 (0)