Skip to content

Commit

Permalink
Reformat with scalafmt 3.8.3
Browse files Browse the repository at this point in the history
Executed command: scalafmt --non-interactive
  • Loading branch information
typelevel-steward[bot] committed Aug 1, 2024
1 parent ee98ce1 commit e2f5f00
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sbt/src/main/scala/laika/sbt/Logs.scala
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ private[sbt] object Logs {
val styles = docTypes.count(_.isInstanceOf[StyleSheet])
val conf = docTypes.count(_ == Config)

s"Parsing $docs markup document${s(docs)}, $tmpl template${s(tmpl)}, $conf configuration${
s(conf)
}, $styles stylesheet${s(styles)} ..."
s"Parsing $docs markup document${s(docs)}, $tmpl template${s(tmpl)}, $conf configuration${s(conf)}, $styles stylesheet${s(styles)} ..."
}

/** Create a string containing detailed information about
Expand Down

0 comments on commit e2f5f00

Please sign in to comment.