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/pos/t2444.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/pos/t2444.scala') diff --git a/tests/pos/t2444.scala b/tests/pos/t2444.scala index fac1e95d0..fb93749aa 100644 --- a/tests/pos/t2444.scala +++ b/tests/pos/t2444.scala @@ -9,7 +9,7 @@ object Test { def frob[P1, P2<:Foo](f:P1 => P2) = () def main(args:Array[String]) : Unit = { - frob((p:Bar) => p.baz) + frob((p:Bar) => p.baz) } } -- cgit v1.2.3