From 916c7d1590e3d2c1db05cbe5b23501d1ef280b82 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 2 Aug 2025 16:52:14 +0000 Subject: [PATCH 1/3] Update scalafmt-core to 3.9.9 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 2d8a730..1f4743c 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.9.2 +version = 3.9.9 runner.dialect = scala213source3 style = defaultWithAlign From 70b4549e4a4e6cee158b25499f424e41c212ee9e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 2 Aug 2025 16:52:23 +0000 Subject: [PATCH 2/3] Reformat with scalafmt 3.9.9 Executed command: scalafmt --non-interactive --- clientNode/src/main/scala/Auth.scala | 7 ++++--- clientWeb/src/main/scala/Auth.scala | 9 +++++---- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/clientNode/src/main/scala/Auth.scala b/clientNode/src/main/scala/Auth.scala index 51fc4f3..deaf99e 100644 --- a/clientNode/src/main/scala/Auth.scala +++ b/clientNode/src/main/scala/Auth.scala @@ -121,9 +121,10 @@ class Auth(val auth: AuthAppConfig, appName: String, credentialsFileName: String } .replayLatest .unsafeHot() - .recover { case t => // TODO: why does the recover need to be behind hot? colibri? - println("Error in user handling: " + t) - None + .recover { + case t => // TODO: why does the recover need to be behind hot? colibri? + println("Error in user handling: " + t) + None } private def loginToCognito(username: String, password: String): IO[InitiateAuthResponse] = IO diff --git a/clientWeb/src/main/scala/Auth.scala b/clientWeb/src/main/scala/Auth.scala index 391ebec..875cacf 100644 --- a/clientWeb/src/main/scala/Auth.scala +++ b/clientWeb/src/main/scala/Auth.scala @@ -185,9 +185,10 @@ class Auth(val auth: AuthAppConfig, website: WebsiteAppConfig) extends funstack. } .replayLatest .unsafeHot() - .recover { case t => // TODO: why does the recover need to be behind hot? colibri? - dom.console.error("Error in user handling: " + t) - cleanupLocalStorage() - None + .recover { + case t => // TODO: why does the recover need to be behind hot? colibri? + dom.console.error("Error in user handling: " + t) + cleanupLocalStorage() + None } } From 7d8682a395bd0855a1905f6aee0e8da93317e50e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 2 Aug 2025 16:52:23 +0000 Subject: [PATCH 3/3] Add 'Reformat with scalafmt 3.9.9' 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 af2e924..e844496 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -9,3 +9,6 @@ f93a6966c771e973e2a474ea36ffbb922291538f # Scala Steward: Reformat with scalafmt 3.8.0 9d77140a626bfd51a513e1f2a926cc9ce73f3461 + +# Scala Steward: Reformat with scalafmt 3.9.9 +70b4549e4a4e6cee158b25499f424e41c212ee9e