File tree 3 files changed +8
-3
lines changed
reporter/src/main/scala/scoverage/reporter
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 4
4
#
5
5
# Added scallafix and scalafmt
6
6
03aeb373675b76d3fd021854fda776aafef07bd7
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 "
2
2
project.git = true
3
3
runner.dialect = "scala213"
4
4
assumeStandardLibraryStripMargin = true
Original file line number Diff line number Diff line change @@ -383,7 +383,8 @@ class ScoverageHtmlWriter(
383
383
{
384
384
coverage
385
385
.risks(limit)
386
- .map(klass => <tr >
386
+ .map(klass =>
387
+ <tr >
387
388
<td >
388
389
{klass.displayClassName}
389
390
</td >
@@ -407,7 +408,8 @@ class ScoverageHtmlWriter(
407
408
{klass.branchCoverageFormatted}
408
409
%
409
410
</td >
410
- </tr >)
411
+ </tr >
412
+ )
411
413
}
412
414
</tbody >
413
415
</table >
You can’t perform that action at this time.
0 commit comments