We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79f047a commit 06029a0Copy full SHA for 06029a0
tests/neg/indentRight.scala
@@ -24,8 +24,8 @@ object Test {
24
}
25
26
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
+ case class B() extends A
+ case object C extends A
29
30
if (true) // OK
31
println("hi")
0 commit comments