From f73d46adabe4195f4a68defd2c82382f37f1b7ee Mon Sep 17 00:00:00 2001 From: Dmitry Petrashko Date: Thu, 9 Apr 2015 16:03:31 +0200 Subject: Make all Dotty source files end in newline. --- src/dotty/Pair.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dotty/Pair.scala') diff --git a/src/dotty/Pair.scala b/src/dotty/Pair.scala index 73696b69c..2322fe169 100644 --- a/src/dotty/Pair.scala +++ b/src/dotty/Pair.scala @@ -2,4 +2,4 @@ package dotty class Pair[T, U](x: T, y: U) { -} \ No newline at end of file +} -- cgit v1.2.3