Skip to content

Commit 52642c7

Browse files
authored
STY: Indent to 4 spaces
1 parent e30cd8e commit 52642c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/colors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ def to_rgba_array(c, alpha=None):
362362
pass
363363

364364
if isinstance(c, str):
365-
raise ValueError(f"{c!r} is not a valid color value.")
365+
raise ValueError(f"{c!r} is not a valid color value.")
366366

367367
if len(c) == 0:
368368
return np.zeros((0, 4), float)

0 commit comments

Comments
 (0)