8000 correct space formatting error ruff was unhappy with · matplotlib/matplotlib@fd687a9 · GitHub
[go: up one dir, main page]

Skip to content

Commit fd687a9

Browse files
committed
correct space formatting error ruff was unhappy with
1 parent 22a8fcf commit fd687a9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

lib/matplotlib/tests/test_rcparams.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -657,14 +657,14 @@ def test_rcparams_path_sketch_from_file(tmp_path, value):
657657

658658

659659
@pytest.mark.parametrize('group, option, alias, value', [
660-
('lines', 'linewidth', 'lw', 3),
661-
('lines', 'linestyle', 'ls', 'dashed'),
662-
('lines', 'color', 'c', 'white'),
663-
('axes', 'facecolor', 'fc', 'black'),
664-
('figure', 'edgecolor', 'ec', 'magenta'),
665-
('lines', 'markeredgewidth', 'mew', 1.5),
666-
('patch', 'antialiased', 'aa', False),
667-
('font', 'sans-serif', 'sans', ["Verdana"])
660+
('lines', 'linewidth', 'lw', 3),
661+
('lines', 'linestyle', 'ls', 'dashed'),
662+
('lines', 'color', 'c', 'white'),
663+
('axes', 'facecolor', 'fc', 'black'),
664+
('figure', 'edgecolor', 'ec', 'magenta'),
665+
('lines', 'markeredgewidth', 'mew', 1.5),
666+
('patch', 'antialiased', 'aa', False),
667+
('font', 'sans-serif', 'sans', ["Verdana"])
668668
])
669669
def test_rc_aliases(group, option, alias, value):
670670
rc_kwargs = {alias: value,}

0 commit comments

Comments
 (0)
0