From fef6cfd22732fb880e450003068f57a3ab3c0cfd Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 29 Jun 2025 15:41:05 +0000 Subject: [PATCH 1/3] Update scalafmt-core to 3.9.8 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 2d8a730..6681d4b 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.9.2 +version = 3.9.8 runner.dialect = scala213source3 style = defaultWithAlign From 2285c82c0f5fa12a3d753978dab11cfc72042fde Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 29 Jun 2025 15:41:14 +0000 Subject: [PATCH 2/3] Reformat with scalafmt 3.9.8 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 750e561c0aa31e8ab26d8cde4757ea7656dee2c2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 29 Jun 2025 15:41:14 +0000 Subject: [PATCH 3/3] Add 'Reformat with scalafmt 3.9.8' 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..8314c1b 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.8 +2285c82c0f5fa12a3d753978dab11cfc72042fde