mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-04-02 09:05:08 +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.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