Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dbd882b

Browse files
committed
Remove extra indent
1 parent ba30bdf commit dbd882b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/widgets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1072,7 +1072,7 @@ def set_active(self, index):
10721072
cross_facecolors[index] = colors.to_rgba(
10731073
"black"
10741074
if colors.same_color(
1075-
cross_facecolors[index], colors.to_rgba("none")
1075+
cross_facecolors[index], colors.to_rgba("none")
10761076
)
10771077
else "none"
10781078
)

0 commit comments

Comments
 (0)