From f63589838344e91f84621162d9e0a4cc2c532949 Mon Sep 17 00:00:00 2001 From: Dmitry Petrashko Date: Thu, 9 Apr 2015 17:39:12 +0200 Subject: Add spaces around + in tests. --- tests/pending/pos/t796.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/pending/pos/t796.scala') diff --git a/tests/pending/pos/t796.scala b/tests/pending/pos/t796.scala index 066625179..b1463ed92 100644 --- a/tests/pending/pos/t796.scala +++ b/tests/pending/pos/t796.scala @@ -16,7 +16,7 @@ object Test extends App { } def test(x: Int) = x match { - case Twice(y) => "x is two times "+y + case Twice(y) => "x is two times " + y case _ => "x is odd" } -- cgit v1.2.3