Skip to content

Commit

Permalink
Update scalafmt-core to 3.8.5 (#662)
Browse files Browse the repository at this point in the history
* Update scalafmt-core to 3.8.5

* Reformat with scalafmt 3.8.5

Executed command: scalafmt --non-interactive

* Add 'Reformat with scalafmt 3.8.5' to .git-blame-ignore-revs
  • Loading branch information
scala-steward authored Jan 22, 2025
1 parent b16cc8f commit 0ca7538
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
#
# Added scallafix and scalafmt
03aeb373675b76d3fd021854fda776aafef07bd7

# Scala Steward: Reformat with scalafmt 3.8.5
6c5f5c6d874d7c9e15bfc78f3c847829297fb8ae
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.3"
version = "3.8.5"
project.git = true
runner.dialect = "scala213"
assumeStandardLibraryStripMargin = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,8 @@ class ScoverageHtmlWriter(
{
coverage
.risks(limit)
.map(klass => <tr>
.map(klass =>
<tr>
<td>
{klass.displayClassName}
</td>
Expand All @@ -407,7 +408,8 @@ class ScoverageHtmlWriter(
{klass.branchCoverageFormatted}
%
</td>
</tr>)
</tr>
)
}
</tbody>
</table>
Expand Down

0 comments on commit 0ca7538

Please sign in to comment.