From 4d1c9e2212d8d462ad8664904491c378766a65fa Mon Sep 17 00:00:00 2001 From: Dmitry Petrashko Date: Thu, 9 Apr 2015 16:58:43 +0200 Subject: Remove trailing spaces in Dotty tests. --- tests/pos/templateParents.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/pos/templateParents.scala') diff --git a/tests/pos/templateParents.scala b/tests/pos/templateParents.scala index 845913270..1bc07b571 100644 --- a/tests/pos/templateParents.scala +++ b/tests/pos/templateParents.scala @@ -1,11 +1,11 @@ object templateParents { // traits do not call a constructor - class C[+T](x: T) + class C[+T](x: T) trait D extends C[String] trait E extends C[Int] new C("abc") with D - + } object templateParents1 { -- cgit v1.2.3