summaryrefslogtreecommitdiff
path: root/test/files/pos/t1840
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t1840')
-rw-r--r--test/files/pos/t1840/J.java2
-rw-r--r--test/files/pos/t1840/S.scala2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/files/pos/t1840/J.java b/test/files/pos/t1840/J.java
index 3914721431..fd98b6c4a5 100644
--- a/test/files/pos/t1840/J.java
+++ b/test/files/pos/t1840/J.java
@@ -1,4 +1,4 @@
package p;
class J {
J() {}
-} \ No newline at end of file
+}
diff --git a/test/files/pos/t1840/S.scala b/test/files/pos/t1840/S.scala
index 00ab0ff3b1..ff513d2c15 100644
--- a/test/files/pos/t1840/S.scala
+++ b/test/files/pos/t1840/S.scala
@@ -1,2 +1,2 @@
package p
-class S { new J } \ No newline at end of file
+class S { new J }