10000 STY: remove trailing whitespace · matplotlib/matplotlib@33aa745 · GitHub
[go: up one dir, main page]

Skip to content

Commit 33aa745

Browse files
committed
STY: remove trailing whitespace
1 parent 2086719 commit 33aa745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mpl_toolkits/axes_grid1/inset_locator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ def mark_inset(parent_axes, inset_axes, loc1, loc2, **kwargs):
578578
The patches connecting two corners of the inset axes and its area.
579579
"""
580580
rect = TransformedBbox(inset_axes.viewLim, parent_axes.transData)
581-
581+
582582
fill = kwargs.pop("fill", False)
583583
pp = BboxPatch(rect, fill=fill, **kwargs)
584584
parent_axes.add_patch(pp)

0 commit comments

Comments
 (0)
0