From e5c72b0fda4234f69d40653065275a5e6656f74f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 2 Jan 2022 00:50:21 +0100 Subject: [PATCH 1/2] Update scalafmt-core to 3.3.1 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index d3a276c3..c76c4213 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.3.0" +version = "3.3.1" preset = default align.preset = some From 652e85ccea6cf8078d46a50894fa8c0c463f9854 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 2 Jan 2022 00:50:55 +0100 Subject: [PATCH 2/2] Reformat with scalafmt 3.3.1 --- .../src/main/scala/docspell/analysis/contact/Contact.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/analysis/src/main/scala/docspell/analysis/contact/Contact.scala b/modules/analysis/src/main/scala/docspell/analysis/contact/Contact.scala index fbd8a470..2a9f87a9 100644 --- a/modules/analysis/src/main/scala/docspell/analysis/contact/Contact.scala +++ b/modules/analysis/src/main/scala/docspell/analysis/contact/Contact.scala @@ -52,7 +52,7 @@ object Contact { case LenientUri.EmptyPath => false case LenientUri.NonEmptyPath(segs) => Ident.fromString(segs.last).isRight && - segs.init.takeRight(3) == List("open", "upload", "item") + segs.init.takeRight(3) == List("open", "upload", "item") } LenientUri .parse(str)