From cee4f92bb430f9c08aa717fdfbf39cef75bdc74f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 18 Nov 2023 00:16:04 +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 ace08b0c3..41568cba1 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.7.17 runner.dialect = scala213 From c705b98ed6acb431cd38b5c17ea61a889ce47589 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 18 Nov 2023 00:16:31 +0000 Subject: [PATCH 2/3] Reformat with scalafmt 3.7.17 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 fc2b3a6718b4df84106acccb1fab47e82b441a69 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 18 Nov 2023 00:16:31 +0000 Subject: [PATCH 3/3] Add 'Reformat with scalafmt 3.7.17' 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..fb7033b19 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.7.17 +c705b98ed6acb431cd38b5c17ea61a889ce47589