From 6a5a6cca84221b90b14dbac8730cafef7f60e410 Mon Sep 17 00:00:00 2001 From: Dmitry Petrashko Date: Thu, 9 Apr 2015 16:13:04 +0200 Subject: Replace tabs with 4 spaces in Dotty tests. --- tests/pending/pos/t7022.scala | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/pending/pos/t7022.scala') diff --git a/tests/pending/pos/t7022.scala b/tests/pending/pos/t7022.scala index 0609e2d25..c86602664 100644 --- a/tests/pending/pos/t7022.scala +++ b/tests/pending/pos/t7022.scala @@ -1,9 +1,9 @@ class Catch[+T] { - def either[U >: T](body: => U): Either[Throwable, U] = ??? + def either[U >: T](body: => U): Either[Throwable, U] = ??? } object Test { - implicit class RichCatch[T](val c: Catch[T]) extends AnyVal { - def validation[U >: T](u: => U): Either[Throwable, U] = c.either(u) - } + implicit class RichCatch[T](val c: Catch[T]) extends AnyVal { + def validation[U >: T](u: => U): Either[Throwable, U] = c.either(u) + } } -- cgit v1.2.3