From 5b0ab57f03936dd2ae8f03544a677d7bf848aa6c Mon Sep 17 00:00:00 2001 From: "lucuma-steward[bot]" <106720676+lucuma-steward[bot]@users.noreply.github.com> Date: Thu, 13 Jul 2023 02:05:44 +0000 Subject: [PATCH 1/3] Update scalafmt-core to 3.7.9 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index c0c95a419..f8526303f 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.7.4" +version = "3.7.9" style = default runner.dialect = scala213 From e9a0384427db7e3e54c83446a9de40a845064f07 Mon Sep 17 00:00:00 2001 From: "lucuma-steward[bot]" <106720676+lucuma-steward[bot]@users.noreply.github.com> Date: Thu, 13 Jul 2023 02:06:10 +0000 Subject: [PATCH 2/3] Reformat with scalafmt 3.7.9 Executed command: scalafmt --non-interactive --- .../giapi/src/main/scala/giapi/client/commands/package.scala | 2 +- modules/server/src/main/scala/seqexec/server/EpicsUtil.scala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/giapi/src/main/scala/giapi/client/commands/package.scala b/modules/giapi/src/main/scala/giapi/client/commands/package.scala index d4bafabbe..0082b16f0 100644 --- a/modules/giapi/src/main/scala/giapi/client/commands/package.scala +++ b/modules/giapi/src/main/scala/giapi/client/commands/package.scala @@ -129,6 +129,6 @@ package object commands { } else if (hr.getResponse === Response.COMPLETED) { cb(Right(CommandResult(hr.getResponse))) } - // A third case is ACCEPTED but that is handled on the callback + // A third case is ACCEPTED but that is handled on the callback } } diff --git a/modules/server/src/main/scala/seqexec/server/EpicsUtil.scala b/modules/server/src/main/scala/seqexec/server/EpicsUtil.scala index 096794cad..f82be4eed 100644 --- a/modules/server/src/main/scala/seqexec/server/EpicsUtil.scala +++ b/modules/server/src/main/scala/seqexec/server/EpicsUtil.scala @@ -52,7 +52,7 @@ abstract class EpicsCommandBase[F[_]: Async](sysName: String) extends EpicsComma override def onFailure(cause: Exception): Unit = f(cause.asLeft) } } - // It should call f on all execution paths, thanks @tpolecat + // It should call f on all execution paths, thanks @tpolecat }.void .getOrElse(f(SeqexecFailure.Unexpected("Unable to trigger command.").asLeft)) } From fca6718e2434d9095640dd949a162199fc7eda55 Mon Sep 17 00:00:00 2001 From: "lucuma-steward[bot]" <106720676+lucuma-steward[bot]@users.noreply.github.com> Date: Thu, 13 Jul 2023 02:06:10 +0000 Subject: [PATCH 3/3] Add 'Reformat with scalafmt 3.7.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 08a18fdba..a4935395d 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -9,3 +9,6 @@ # Scala Steward: Reformat with scalafmt 3.7.3 34e7b37e98ff2693377dcc0d3d0e654168c85acf + +# Scala Steward: Reformat with scalafmt 3.7.9 +e9a0384427db7e3e54c83446a9de40a845064f07