8000 Removed trailing white space in Axis.py · matplotlib/matplotlib@c17dda6 · GitHub
[go: up one dir, main page]

Skip to content

Commit c17dda6

Browse files
committed
Removed trailing white space in Axis.py
1 parent bac0117 commit c17dda6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/axis.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2114,11 +2114,11 @@ def set_ticks_position(self, position):
21142114
if position == 'right':
21152115
self.set_tick_params(which='both', right=True, labelright=True,
21162116
left=False, labelleft=False)
2117-
self.set_offset_position(position)
2117+
self.set_offset_position(position)
21182118
elif position == 'left':
21192119
self.set_tick_params(which='both', right=False, labelright=False,
21202120
left=True, labelleft=True)
2121-
self.set_offset_position(position)
2121+
self.set_offset_position(position)
21222122
elif position == 'both':
21232123
self.set_tick_params(which='both', right=True,
21242124
left=True)

0 commit comments

Comments
 (0)
0