Skip to content

Commit ae57284

Browse files
committed
Whitespace nit. Will squash after review is complete.
1 parent b7923c9 commit ae57284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/widgets.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ def _value_in_bounds(self, val):
391391
if not self.closedmax:
392392
return
393393
val = self.slidermax.val
394-
return val
394+
return val
395395

396396
def _update(self, event):
397397
"""update the slider position"""

0 commit comments

Comments
 (0)