Skip to content

Commit 2b42285

Browse files
committed
Fix: indent error
1 parent 325789a commit 2b42285

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
@@ -384,7 +384,7 @@ def _value_in_bounds(self, val):
384384
if not self.closedmax:
385385
return
386386
val = self.slidermax.val
387-
return val
387+
return val
388388

389389
def _update(self, event):
390390
"""update the slider position"""

0 commit comments

Comments
 (0)