From 87991c85a3b91a4350877dc6264880b8ef6cae48 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 20:06:46 +0000 Subject: [PATCH 1/3] Update scalafmt-core to 3.8.6 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index c087ac7..b716a10 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.8.3 +version = 3.8.6 style = default From e5936e4d823bad658e7a6a46906650e1332adb88 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 20:06:49 +0000 Subject: [PATCH 2/3] Reformat with scalafmt 3.8.6 Executed command: scalafmt --non-interactive --- .../test/scala/org/typelevel/catapult/VariationTests.scala | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/testkit/src/test/scala/org/typelevel/catapult/VariationTests.scala b/testkit/src/test/scala/org/typelevel/catapult/VariationTests.scala index 8cf59c3..9d6aece 100644 --- a/testkit/src/test/scala/org/typelevel/catapult/VariationTests.scala +++ b/testkit/src/test/scala/org/typelevel/catapult/VariationTests.scala @@ -65,9 +65,8 @@ object VariationTests extends SimpleIOSuite { result <- received.get unchained = NonEmptyChain .fromChain( - result.map(event => - (event.getOldValue.stringValue(), event.getNewValue.stringValue()) - ) + result + .map(event => (event.getOldValue.stringValue(), event.getNewValue.stringValue())) ) .map(_.reduceLeft { case ((old1, new1), (old2, new2)) => if (old2 == new1) (old1, new2) else throw new Exception("") From 1e391121313f5762e14fb37a1513473523e0b2db Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 20:06:49 +0000 Subject: [PATCH 3/3] Add 'Reformat with scalafmt 3.8.6' 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..85e845a --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,2 @@ +# Scala Steward: Reformat with scalafmt 3.8.6 +e5936e4d823bad658e7a6a46906650e1332adb88