Merge pull request #1248 from scala-steward/update/scalafmt-core-3.3.1

Update scalafmt-core to 3.3.1
This commit is contained in:
mergify[bot] 2022-01-02 00:07:25 +00:00 committed by GitHub
commit e4afe84a86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
version = "3.3.0" version = "3.3.1"
preset = default preset = default
align.preset = some align.preset = some

View File

@ -52,7 +52,7 @@ object Contact {
case LenientUri.EmptyPath => false case LenientUri.EmptyPath => false
case LenientUri.NonEmptyPath(segs) => case LenientUri.NonEmptyPath(segs) =>
Ident.fromString(segs.last).isRight && Ident.fromString(segs.last).isRight &&
segs.init.takeRight(3) == List("open", "upload", "item") segs.init.takeRight(3) == List("open", "upload", "item")
} }
LenientUri LenientUri
.parse(str) .parse(str)