File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
reporter/src/main/scala/scoverage/reporter Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 44#
55# Added scallafix and scalafmt
6603aeb373675b76d3fd021854fda776aafef07bd7
7+
8+ # Scala Steward: Reformat with scalafmt 3.8.5
9+ 6c5f5c6d874d7c9e15bfc78f3c847829297fb8ae
Original file line number Diff line number Diff line change 1- version = "3.8.3 "
1+ version = "3.8.5 "
22project.git = true
33runner.dialect = "scala213"
44assumeStandardLibraryStripMargin = true
Original file line number Diff line number Diff line change @@ -383,7 +383,8 @@ class ScoverageHtmlWriter(
383383 {
384384 coverage
385385 .risks(limit)
386- .map(klass => <tr >
386+ .map(klass =>
387+ <tr >
387388 <td >
388389 {klass.displayClassName}
389390 </td >
@@ -407,7 +408,8 @@ class ScoverageHtmlWriter(
407408 {klass.branchCoverageFormatted}
408409 %
409410 </td >
410- </tr >)
411+ </tr >
412+ )
411413 }
412414 </tbody >
413415 </table >
You can’t perform that action at this time.
0 commit comments