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/t1085.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/pos/t1085.scala') diff --git a/tests/pos/t1085.scala b/tests/pos/t1085.scala index c59e657cb..62f2be0b8 100644 --- a/tests/pos/t1085.scala +++ b/tests/pos/t1085.scala @@ -1,5 +1,5 @@ trait Functor[a] { - type MyType[a] + type MyType[a] } object Test { -- cgit v1.2.3