From 57b5d003243d5daacb253c37d4fbf0ad0f3d48a1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 18 Nov 2023 03:52:56 +0000 Subject: [PATCH 1/3] Update scalafmt-core to 3.7.17 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 590647a..eeda3ba 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/**" { From 8ef351c42c05ae45164e7caa4d05eaf03ae5a2d8 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 18 Nov 2023 03:53:22 +0000 Subject: [PATCH 2/3] Reformat with scalafmt 3.7.17 Executed command: scalafmt --non-interactive --- .../main/scala/io/laminext/videojs/api/components/Slider.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 b76e75b..257894c 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 From 94c4630e256d118aefe2d5365bd22e88219844d0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 18 Nov 2023 03:53:22 +0000 Subject: [PATCH 3/3] Add 'Reformat with scalafmt 3.7.17' to .git-blame-ignore-revs --- .git-blame-ignore-revs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .git-blame-ignore-revs diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs new file mode 100644 index 0000000..4e092cc --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,2 @@ +# Scala Steward: Reformat with scalafmt 3.7.17 +8ef351c42c05ae45164e7caa4d05eaf03ae5a2d8