8000 Removed trailing white space in Axis.py · wrightrocket/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
< 69E0 td data-grid-cell-id="diff-04227e6d4900298b309bddab2e848da8cc638da2913c64b5dcf0d800ba2a0c16-2117-2117-1" data-selected="false" role="gridcell" style="background-color:var(--diffBlob-additionNum-bgColor, var(--diffBlob-addition-bgColor-num));text-align:center" tabindex="-1" valign="top" class="focusable-grid-cell diff-line-number position-relative left-side">2117
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)
+
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