Skip to content

Commit 5642588

Browse files
committed
Reformat with scalafmt 3.0.6
1 parent 061ccfb commit 5642588

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

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)