Skip to content

Commit 9703a63

Browse files
committed
Reformat with scalafmt 3.0.4
1 parent 3a1b39b commit 9703a63

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/sbt-test/scoverage/data-dir/src/main/scala/GoodCoverage.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ object GoodCoverage {
33
def sum(num1: Int, num2: Int) = {
44
num1 + num2
55
}
6-
}
6+
}

src/sbt-test/scoverage/data-dir/src/test/scala/GoodCoverageSpec.scala

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import org.specs2.mutable._
22

3-
/**
4-
* Created by tbarke001c on 7/8/14.
5-
*/
3+
/** Created by tbarke001c on 7/8/14.
4+
*/
65
class GoodCoverageSpec extends Specification {
76

87
"GoodCoverage" should {

0 commit comments

Comments
 (0)