diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs new file mode 100644 index 00000000..4e092cc5 --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,2 @@ +# Scala Steward: Reformat with scalafmt 3.7.17 +8ef351c42c05ae45164e7caa4d05eaf03ae5a2d8 diff --git a/.scalafmt.conf b/.scalafmt.conf index 590647af..eeda3ba5 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version=3.7.7 +version=3.7.17 runner.dialect = "scala213" fileOverride { "glob:**/scala-3/**" { diff --git a/modules/videojs/src/main/scala/io/laminext/videojs/api/components/Slider.scala b/modules/videojs/src/main/scala/io/laminext/videojs/api/components/Slider.scala index b76e75b9..257894c1 100644 --- a/modules/videojs/src/main/scala/io/laminext/videojs/api/components/Slider.scala +++ b/modules/videojs/src/main/scala/io/laminext/videojs/api/components/Slider.scala @@ -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