From 585b2a576d1d4804253470256836a9325560acee Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 20 Feb 2024 03:42:43 +0000 Subject: [PATCH 1/3] Update scalafmt-core to 3.8.0 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index ace08b0c3..caf971519 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -13,5 +13,5 @@ optIn.breakChainOnFirstMethodDot = false align.openParenDefnSite = false project.git = true assumeStandardLibraryStripMargin = true -version = 3.6.1 +version = 3.8.0 runner.dialect = scala213 From 80ddbed8880d78e40d427408fa4a649a7096518b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 20 Feb 2024 03:43:09 +0000 Subject: [PATCH 2/3] Reformat with scalafmt 3.8.0 Executed command: scalafmt --non-interactive --- .../de/proteinevolution/statistics/UserStatistic.scala | 1 + .../proteinevolution/tools/parameters/ParamAccess.scala | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/modules/statistics/src/main/scala/de/proteinevolution/statistics/UserStatistic.scala b/modules/statistics/src/main/scala/de/proteinevolution/statistics/UserStatistic.scala index e69de29bb..8b1378917 100644 --- a/modules/statistics/src/main/scala/de/proteinevolution/statistics/UserStatistic.scala +++ b/modules/statistics/src/main/scala/de/proteinevolution/statistics/UserStatistic.scala @@ -0,0 +1 @@ + diff --git a/modules/tools/src/main/scala/de/proteinevolution/tools/parameters/ParamAccess.scala b/modules/tools/src/main/scala/de/proteinevolution/tools/parameters/ParamAccess.scala index 10e88669f..f1e4853d0 100644 --- a/modules/tools/src/main/scala/de/proteinevolution/tools/parameters/ParamAccess.scala +++ b/modules/tools/src/main/scala/de/proteinevolution/tools/parameters/ParamAccess.scala @@ -93,10 +93,10 @@ class ParamAccess @Inject() (tel: TEL) { case "COSINE_PERCENTILE_CUTOFF" => select("cosine_percentile_cutoff", default = Some("95")) case "ALIGNMENT_CUTOFF" => select("alignment_cutoff", default = Some("0.30")) case "WIN_LEN" => select("win_len", default = Some("10")) - case "MERGE_HITS" => select("merge_hits", default = Some("1")) - case "PLM_ALN_MODE" => select("plm_aln_mode", default = Some("False")) - case "SPAN" => select("span", default = Some("25")) - case "SIGMA_FACTOR" => select("sigma_factor", default = Some("2")) + case "MERGE_HITS" => select("merge_hits", default = Some("1")) + case "PLM_ALN_MODE" => select("plm_aln_mode", default = Some("False")) + case "SPAN" => select("span", default = Some("25")) + case "SIGMA_FACTOR" => select("sigma_factor", default = Some("2")) // HHpred case "TWOTEXTALIGNMENT" => From 84b0ba0a256306b28ca6f488b795439ce0a20e43 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 20 Feb 2024 03:43:09 +0000 Subject: [PATCH 3/3] Add 'Reformat with scalafmt 3.8.0' 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 4be937d47..23b86a4b8 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -3,3 +3,6 @@ # Scala Steward: Reformat with scalafmt 3.6.0 df858b0ea7cc4743ec9c78cee1486ad91de1dbd4 + +# Scala Steward: Reformat with scalafmt 3.8.0 +80ddbed8880d78e40d427408fa4a649a7096518b