From dad71ca7c5311c5741aecc497de83f02d5f35f6e Mon Sep 17 00:00:00 2001 From: Dmitry Petrashko Date: Thu, 9 Apr 2015 18:15:19 +0200 Subject: Ensure spaces after `if` in Dotty tests. --- tests/pos/t262.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/pos/t262.scala') diff --git a/tests/pos/t262.scala b/tests/pos/t262.scala index ec6187b36..9f7686a8f 100644 --- a/tests/pos/t262.scala +++ b/tests/pos/t262.scala @@ -3,7 +3,7 @@ object O { def f:A; } class B extends A { - def f = if(1 == 2) new C else new D; + def f = if (1 == 2) new C else new D; } class C extends A { def f = this; -- cgit v1.2.3