Skip to content

Commit e355e95

Browse files
authored
Merge pull request #51 from scala-steward/update/scalafmt-core-3.0.6
Update scalafmt-core to 3.0.6
2 parents e1398a7 + 5642588 commit e355e95

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = 2.7.5
1+
version = 3.0.6

test.scala

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
object
2-
test {
3-
val x = 123
4-
val y = 456
5-
val z = 789
6-
}
1+
object test {
2+
val x = 123
3+
val y = 456
4+
val z = 789
5+
}

0 commit comments

Comments
 (0)