Skip to content

Commit

Permalink
Merge pull request #629 from typelevel/update/scalafmt-core-3.8.3
Browse files Browse the repository at this point in the history
Update scalafmt-core to 3.8.3
  • Loading branch information
jenshalm authored Sep 27, 2024
2 parents 2e14cc6 + 270d5bd commit 49e62c6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ ee118945759210a8b13e68538947244fd7f77f97
c50a45726c897346da0a7c3bfa844826d2a62af0
# Scala Steward: Reformat with scalafmt 3.8.2
ed6ca75be5fe45cda373a6e2f79105a76fed603d

# Scala Steward: Reformat with scalafmt 3.8.3
e2f5f00ad433f25a24fde3f01927f711deb2442c
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 3.8.2
version = 3.8.3

runner.dialect = scala212

Expand Down
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 49e62c6

Please sign in to comment.