summaryrefslogtreecommitdiff
path: root/test/files/pos/tryexpr.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/tryexpr.scala')
-rw-r--r--test/files/pos/tryexpr.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/tryexpr.scala b/test/files/pos/tryexpr.scala
index c16428e7a5..c6c2febf7a 100644
--- a/test/files/pos/tryexpr.scala
+++ b/test/files/pos/tryexpr.scala
@@ -7,4 +7,4 @@ object o {
try try try 10 catch { case e => 20 } finally 30 finally 40
try try try 10 catch { case e => 20 } finally 30 finally 40 finally 50
try try try 10 finally 50
-} \ No newline at end of file
+}