aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/pos/t3670.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/untried/pos/t3670.scala')
-rw-r--r--tests/untried/pos/t3670.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/untried/pos/t3670.scala b/tests/untried/pos/t3670.scala
index ec4fbe5b4..4eb7cebbc 100644
--- a/tests/untried/pos/t3670.scala
+++ b/tests/untried/pos/t3670.scala
@@ -25,7 +25,7 @@ class B {
class C {
val things = List("things")
- if(things.size < 100) {
+ if (things.size < 100) {
lazy val msg = "foo"
msg
}
@@ -33,7 +33,7 @@ class C {
class D {
val things = List("things")
- if(things.size < 100) {
+ if (things.size < 100) {
if (things.size > 10) {
lazy val msg = "foo"
msg