Skip to content

Commit

Permalink
Merge pull request #209 from scala-steward/update/scalafmt-core-3.7.17
Browse files Browse the repository at this point in the history
Update scalafmt-core to 3.7.17
  • Loading branch information
yurique authored Dec 5, 2023
2 parents ca54da3 + 94c4630 commit b14e11c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Scala Steward: Reformat with scalafmt 3.7.17
8ef351c42c05ae45164e7caa4d05eaf03ae5a2d8
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=3.7.7
version=3.7.17
runner.dialect = "scala213"
fileOverride {
"glob:**/scala-3/**" {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ trait Slider extends Component {

/**
* Handle the `mousemove`, `touchmove`, and `mousedown` events on this `Slider`. The `mousemove` and `touchmove` events will only only trigger this function
* during `mousedown` and `touchstart`. This is due to {@link Slider#handleMouseDown} and {@link Slider#handleMouseUp}.
* during `mousedown` and `touchstart`. This is due to {@link Slider#handleMouseDown} and {@link Slider#handleMouseUp} .
*
* @param event
* `mousedown`, `mousemove`, `touchstart`, or `touchmove` event that triggered this function
Expand Down

0 comments on commit b14e11c

Please sign in to comment.