Thanks to visit codestin.com
Credit goes to github.com

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

Lines changed: 1 addition & 1 deletion
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)