summaryrefslogtreecommitdiff
path: root/test/files/neg/switch.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/switch.scala')
-rw-r--r--test/files/neg/switch.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/switch.scala b/test/files/neg/switch.scala
index a5a6f9e789..da7c867ba0 100644
--- a/test/files/neg/switch.scala
+++ b/test/files/neg/switch.scala
@@ -63,4 +63,4 @@ object Main {
case 5|6|7|8 => 100
case _ => -1
}
-} \ No newline at end of file
+}