Skip to content

Commit fe54cd1

Browse files
committed
remove whitespace
1 parent da0b344 commit fe54cd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/lines.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1406,7 +1406,7 @@ class _AxLine(Line2D):
14061406

14071407
def __init__(self, xy1, xy2, slope, **kwargs):
14081408
super().__init__([0, 1], [0, 1], **kwargs)
1409-
1409+
14101410
if (xy2 is None and slope is None or
14111411
xy2 is not None and slope is not None):
14121412
raise TypeError(

0 commit comments

Comments
 (0)