Reformat with scalafmt 3.4.1

This commit is contained in:
Scala Steward 2022-02-05 22:49:11 +01:00
parent 33b6d38c7b
commit cbb6a342b5
No known key found for this signature in database
GPG Key ID: 96BDF10FFAB8B6A6

View File

@ -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