mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-21 18:08:25 +00:00
Update scalafmt to 3.0.8
This commit is contained in:
@ -113,7 +113,7 @@ object ExprString {
|
||||
case Expr.NamesMacro(name) =>
|
||||
s"${C.names}:${quote(name)}"
|
||||
case Expr.YearMacro(_, year) =>
|
||||
s"${C.year}:$year" //currently, only for Attr.Date
|
||||
s"${C.year}:$year" // currently, only for Attr.Date
|
||||
case Expr.ConcMacro(term) =>
|
||||
s"${C.conc}:${quote(term)}"
|
||||
case Expr.CorrMacro(term) =>
|
||||
|
Reference in New Issue
Block a user