Skip to content

Commit aa710e9

Browse files
committed
#15262: Correct codestyle.
1 parent 587371f commit aa710e9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ui/widgets/slider.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -558,8 +558,7 @@ return $.widget( "ui.slider", $.ui.mouse, {
558558

559559
// If max is not divisible by step, rounding off may increase its value
560560
max -= step;
561-
}
562-
else if ( max <= ( optionMax - step ) ) {
561+
} else if ( max <= ( optionMax - step ) ) {
563562

564563
// Make sure that max is covered.
565564
max += step;

0 commit comments

Comments
 (0)