mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-04-04 10:29:34 +00:00
Reformat with scalafmt 3.4.1
This commit is contained in:
parent
33b6d38c7b
commit
cbb6a342b5
@ -962,8 +962,8 @@ def createWebjarSource(wj: Seq[ModuleID], out: File): Seq[File] = {
|
||||
val fields = wj
|
||||
.map(m =>
|
||||
s"""val ${m.name.toLowerCase.filter(c =>
|
||||
!badChars.contains(c)
|
||||
)} = "/${m.name}/${m.revision}" """
|
||||
!badChars.contains(c)
|
||||
)} = "/${m.name}/${m.revision}" """
|
||||
)
|
||||
.mkString("\n\n")
|
||||
val content = s"""package docspell.restserver.webapp
|
||||
|
Loading…
x
Reference in New Issue
Block a user