Reformat with scalafmt 3.3.1

This commit is contained in:
Scala Steward 2022-01-02 00:50:55 +01:00
parent e5c72b0fda
commit 652e85ccea
No known key found for this signature in database
GPG Key ID: 96BDF10FFAB8B6A6

View File

@ -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)