mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-04-05 10:59:33 +00:00
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:
commit
e4afe84a86
@ -1,4 +1,4 @@
|
||||
version = "3.3.0"
|
||||
version = "3.3.1"
|
||||
|
||||
preset = default
|
||||
align.preset = some
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user