Skip to content

Commit

Permalink
fix(lint): remove trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
LE DIOURON Kevin committed Jun 9, 2021
1 parent 2b9a684 commit d13994d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/carousel.js
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ class Carousel extends BaseComponent {
to: nextElementIndex
})
}

// Boosted mod: enable/disable prev/next controls when wrap=false
if (!this._config.wrap) {
const prevControl = SelectorEngine.findOne(SELECTOR_CONTROL_PREV, this._element)
Expand Down

0 comments on commit d13994d

Please sign in to comment.