mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-04-04 10:29:34 +00:00
Reformat with scalafmt 3.3.1
This commit is contained in:
parent
e5c72b0fda
commit
652e85ccea
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user