Skip to content

Commit

Permalink
fix scala fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandr Nekrasov committed Aug 29, 2022
1 parent d093ada commit 5a901d5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,13 @@

package com.github.sbt.jacoco.report

import com.github.sbt.jacoco.report.formats.{CSVReportFormat, CoberturaReportFormat, HTMLReportFormat, ScalaHTMLReportFormat, XMLReportFormat}
import com.github.sbt.jacoco.report.formats.{
CSVReportFormat,
CoberturaReportFormat,
HTMLReportFormat,
ScalaHTMLReportFormat,
XMLReportFormat
}

object JacocoReportFormats {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ class CoberturaReportFormat extends JacocoReportFormat {
}
}


class CoberturaRootVisitor(writer: Writer) extends IReportVisitor {

private var indent = 0
Expand Down

0 comments on commit 5a901d5

Please sign in to comment.