From b385941766d84581aa8116f204d38c6fe5f9de67 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 12 Jul 2026 23:46:33 +0000 Subject: [PATCH 1/3] Update scalafmt-core to 3.11.3 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index d6890d3..2585778 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.8.6" +version = "3.11.3" runner.dialect = scala213source3 From 745671772077f8b2af5ba3210a13475033913d19 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 12 Jul 2026 23:46:37 +0000 Subject: [PATCH 2/3] Reformat with scalafmt 3.11.3 Executed command: scalafmt --non-interactive --- src/main/scala/com/spotify/scio/BigQueryTypeInjector.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/scala/com/spotify/scio/BigQueryTypeInjector.scala b/src/main/scala/com/spotify/scio/BigQueryTypeInjector.scala index 23ccaab..2847d40 100644 --- a/src/main/scala/com/spotify/scio/BigQueryTypeInjector.scala +++ b/src/main/scala/com/spotify/scio/BigQueryTypeInjector.scala @@ -58,7 +58,7 @@ object BigQueryTypeInjector { // query with args val optResult = tail .foldLeft(Option((0, List.empty[String]))) { - case (res @ None, _) => res + case (res @ None, _) => res case (Some((idx, acc)), paramLiteral: ScLiteral) => val tpe = "_root_." + paramLiteral.getValue().getClass.getCanonicalName Some((idx + 1, s"queryArg$$${idx}: ${tpe}" :: acc)) From 776882a4116b43d0d597a43567b876c99e981e1a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 12 Jul 2026 23:46:37 +0000 Subject: [PATCH 3/3] Add 'Reformat with scalafmt 3.11.3' to .git-blame-ignore-revs --- .git-blame-ignore-revs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs index 5f92eb6..5959e53 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -3,3 +3,6 @@ # Scala Steward: Reformat with scalafmt 3.8.6 aa6b3d40a77cfd34de6002ebe5331f991ab5a10f + +# Scala Steward: Reformat with scalafmt 3.11.3 +745671772077f8b2af5ba3210a13475033913d19