From cf34b147a36bf68419692d81c15c0db4a7d78114 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Fri, 17 Nov 2023 00:07:50 +0000 Subject: [PATCH 1/3] Update scalafmt-core to 3.7.17 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 7444186..223d5d7 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,3 +1,3 @@ -version = 3.5.9 +version = 3.7.17 maxColumn = 140 runner.dialect = scala3 From b54c875b337047627bc0e25e4ea162bcf153d3ee Mon Sep 17 00:00:00 2001 From: scala-steward Date: Fri, 17 Nov 2023 00:07:55 +0000 Subject: [PATCH 2/3] Reformat with scalafmt 3.7.17 Executed command: scalafmt --non-interactive --- zio/src/main/scala/saft/Persistence.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zio/src/main/scala/saft/Persistence.scala b/zio/src/main/scala/saft/Persistence.scala index 1c60245..85a2f19 100644 --- a/zio/src/main/scala/saft/Persistence.scala +++ b/zio/src/main/scala/saft/Persistence.scala @@ -2,7 +2,7 @@ package saft import zio.UIO -/** Provides persistence for the persistence part of [[ServerState]]: `currentTerm`, `votedFor` and `log`. */ +/** Provides persistence for the persistence part of [[ServerState]]: `currentTerm`, `votedFor` and `log`. */ trait Persistence: /** Persists the state. The [[oldState]] can be used to compute a delta of changes that need to be saved. */ def apply(oldState: ServerState, newState: ServerState): UIO[Unit] From 80b568cf363ea2001a1b81e3c11748a95380c5ee Mon Sep 17 00:00:00 2001 From: scala-steward Date: Fri, 17 Nov 2023 00:07:55 +0000 Subject: [PATCH 3/3] Add 'Reformat with scalafmt 3.7.17' 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..7095199 --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,2 @@ +# Scala Steward: Reformat with scalafmt 3.7.17 +b54c875b337047627bc0e25e4ea162bcf153d3ee