Skip to content

Commit

Permalink
Merge pull request #371 from scala-steward/update/scalafmt-core-3.0.4
Browse files Browse the repository at this point in the history
Update scalafmt-core to 3.0.4
  • Loading branch information
ckipp01 authored Sep 18, 2021
2 parents 8696e74 + 9703a63 commit cdfeacb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "3.0.3"
version = "3.0.4"
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ object GoodCoverage {
def sum(num1: Int, num2: Int) = {
num1 + num2
}
}
}
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import org.specs2.mutable._

/**
* Created by tbarke001c on 7/8/14.
*/
/** Created by tbarke001c on 7/8/14.
*/
class GoodCoverageSpec extends Specification {

"GoodCoverage" should {
Expand Down

0 comments on commit cdfeacb

Please sign in to comment.