Skip to content

Commit cdfeacb

Browse files
authored
Merge pull request #371 from scala-steward/update/scalafmt-core-3.0.4
Update scalafmt-core to 3.0.4
2 parents 8696e74 + 9703a63 commit cdfeacb

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "3.0.3"
1+
version = "3.0.4"

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)