8000 Fix PEP8 whitespace issue · matplotlib/matplotlib@2af443e · GitHub
[go: up one dir, main page]

Skip to content

Commit 2af443e

Browse files
committed
Fix PEP8 whitespace issue
1 parent ebb7a9d commit 2af443e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/colorbar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -870,7 +870,7 @@ def __init__(self, ax, mappable, **kw):
870870
else:
871871
if getattr(cmap, 'colorbar_extend', False) is not False:
872872
kw.setdefault('extend', cmap.colorbar_extend)
873-
873+
874874
if isinstance(mappable, martist.Artist):
875875
kw['alpha'] = mappable.get_alpha()
876876

0 commit comments

Comments
 (0)
0