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

Skip to content

Commit 25b6c53

Browse files
authored
STY: fix bad indentation
1 parent 3f2a1b9 commit 25b6c53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/lines.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -877,7 +877,7 @@ def get_markeredgecolor(self):
877877
if self._marker.get_marker() in ('.', ','):
878878
return self._color
879879
if self._marker.is_filled() and self.get_fillstyle() != 'none':
880-
return 'k' # Bad hard-wired default...
880+
return 'k' # Bad hard-wired default...
881881
return self._color
882882
else:
883883
return mec

0 commit comments

Comments
 (0)