mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
ScalafmtAll
This commit is contained in:
@ -2,7 +2,7 @@ package docspell.common
|
||||
|
||||
object DocspellSystem {
|
||||
|
||||
val taskGroup = Ident.unsafe("docspell-system")
|
||||
val taskGroup = Ident.unsafe("docspell-system")
|
||||
val migrationTaskTracker = Ident.unsafe("full-text-index-tracker")
|
||||
|
||||
}
|
||||
|
@ -16,7 +16,7 @@ case class Ident(id: String) {
|
||||
def nonEmpty: Boolean =
|
||||
!isEmpty
|
||||
|
||||
def / (next: Ident): Ident =
|
||||
def /(next: Ident): Ident =
|
||||
new Ident(id + "." + next.id)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user