Skip to content

Commit 06029a0

Browse files
committed
bugfix: Fix issues with tests
1 parent 79f047a commit 06029a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/neg/indentRight.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ object Test {
2424
}
2525

2626
trait A
27-
case class B() extends A // error: Line is indented too far to the right
28-
case object C extends A // error: Line is indented too far to the right
27+
case class B() extends A
28+
case object C extends A
2929

3030
if (true) // OK
3131
println("hi")

0 commit comments

Comments
 (0)